#662184

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

Shades of Kingfisher Daisy #662184

Tints of Kingfisher Daisy #662184

Color information

#662184 (or 0x662184) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 21 and 84. RGB value is (102,33,132). Sum of RGB (Red+Green+Blue) = 102+33+132=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #662184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662184 is #99DE7B. Grayscale: #404040. Windows color (decimal): -10083964 or 8659302. OLE color: 8659302.

HSL color Cylindrical-coordinate representation of color #662184: hue angle of 281.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662184 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10233132-
CMYK0.230.7500.48
HSL281.82º60%32.35%-
HSV(B)281.82º75%51.76%-
XYZ10.195.5822.37-
YUV64.92165.86154.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=38.20%
G=12.36%
B=49.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102331320.230.7500.48281.826032.35
Hex662184174B03011a3c20
Octal14641204271130604327440
Binary1100110100001100001001011110010110110000100011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662184; }

 p { color: rgb(102,33,132); }

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

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

 a { background-color: rgb(102,33,132); }

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

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

 span { border-color: rgb(102,33,132); }

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