#642692

Color #642692 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #642692

Tints of Kingfisher Daisy #642692

Color information

#642692 (or 0x642692) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 26 and 92. RGB value is (100,38,146). Sum of RGB (Red+Green+Blue) = 100+38+146=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #642692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642692 is #9BD96D. Grayscale: #444444. Windows color (decimal): -10213742 or 9578084. OLE color: 9578084.

HSL color Cylindrical-coordinate representation of color #642692: hue angle of 274.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642692 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10038146-
CMYK0.320.7400.43
HSL274.44º58.7%36.08%-
HSV(B)274.44º73.97%57.25%-
XYZ11.146.1727.8-
YUV68.85171.54150.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=35.21%
G=13.38%
B=51.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100381460.320.7400.43274.4458.736.08
Hex642692204A02B1123b24
Octal14446222401120534227344
Binary11001001001101001001010000010010100101011100010010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642692; }

 p { color: rgb(100,38,146); }

 H1.HeaderClassName
 {
   color: #642692;
 }
 .AnyTagClassName
 {
   color: #642692;
 }
</style>
background-color css

<style>
 a { background-color: #642692; }

 a { background-color: rgb(100,38,146); }

 div.DivClassName
 {
   background-color: #642692;
 }
 .BgClassName
 {
   background-color: #642692;
 }
</style>
border-color css

<style>
 span { border-color: #642692; }

 span { border-color: rgb(100,38,146); }

 td.TdClassName
 {
   border-color: #642692;
 }
 .TagClassName
 {
   border-color: #642692;
 }
</style>