#664185

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

Shades of Kingfisher Daisy #664185

Tints of Kingfisher Daisy #664185

Color information

#664185 (or 0x664185) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 41 and 85. RGB value is (102,65,133). Sum of RGB (Red+Green+Blue) = 102+65+133=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #664185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664185 is #99BE7A. Grayscale: #535353. Windows color (decimal): -10075771 or 8733030. OLE color: 8733030.

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

Color convert

RGB10265133-
CMYK0.230.5100.48
HSL272.65º34.34%38.82%-
HSV(B)272.65º51.13%52.16%-
XYZ11.68.323.18-
YUV83.82155.76140.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=34%
G=21.67%
B=44.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102651330.230.5100.48272.6534.3438.82
Hex66418517330301112227
Octal14610120527630604214247
Binary1100110100000110000101101111100110110000100010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664185; }

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

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

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

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

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

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

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

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