#664184

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

Shades of Kingfisher Daisy #664184

Tints of Kingfisher Daisy #664184

Color information

#664184 (or 0x664184) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 41 and 84. RGB value is (102,65,132). Sum of RGB (Red+Green+Blue) = 102+65+132=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #664184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664184 is #99BE7B. Grayscale: #535353. Windows color (decimal): -10075772 or 8667494. OLE color: 8667494.

HSL color Cylindrical-coordinate representation of color #664184: hue angle of 273.13º 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 #664184 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10265132-
CMYK0.230.5100.48
HSL273.13º34.01%38.63%-
HSV(B)273.13º50.76%51.76%-
XYZ11.538.2722.82-
YUV83.7155.26141.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=34.11%
G=21.74%
B=44.15%

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
Decimal102651320.230.5100.48273.1334.0138.63
Hex66418417330301112227
Octal14610120427630604214247
Binary1100110100000110000100101111100110110000100010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664184; }

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

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

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

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

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

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

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

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