#662285

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

Shades of Kingfisher Daisy #662285

Tints of Kingfisher Daisy #662285

Color information

#662285 (or 0x662285) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 22 and 85. RGB value is (102,34,133). Sum of RGB (Red+Green+Blue) = 102+34+133=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #662285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662285 is #99DD7A. Grayscale: #414141. Windows color (decimal): -10083707 or 8725094. OLE color: 8725094.

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

Color convert

RGB10234133-
CMYK0.230.7400.48
HSL281.21º59.28%32.75%-
HSV(B)281.21º74.44%52.16%-
XYZ10.295.6622.74-
YUV65.62166.03153.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=37.92%
G=12.64%
B=49.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102341330.230.7400.48281.2159.2832.75
Hex662285174A0301193b21
Octal14642205271120604317341
Binary1100110100010100001011011110010100110000100011001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662285; }

 p { color: rgb(102,34,133); }

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

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

 a { background-color: rgb(102,34,133); }

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

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

 span { border-color: rgb(102,34,133); }

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