#664386

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

Shades of Kingfisher Daisy #664386

Tints of Kingfisher Daisy #664386

Color information

#664386 (or 0x664386) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 43 and 86. RGB value is (102,67,134). Sum of RGB (Red+Green+Blue) = 102+67+134=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #664386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664386 is #99BC79. Grayscale: #545454. Windows color (decimal): -10075258 or 8799078. OLE color: 8799078.

HSL color Cylindrical-coordinate representation of color #664386: hue angle of 271.34º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664386 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10267134-
CMYK0.240.500.47
HSL271.34º33.33%39.41%-
HSV(B)271.34º50%52.55%-
XYZ11.798.5623.59-
YUV85.1155.6140.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=33.66%
G=22.11%
B=44.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102671340.240.500.47271.3433.3339.41
Hex664386183202F10f2127
Octal14610320630620574174147
Binary1100110100001110000110110001100100101111100001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664386; }

 p { color: rgb(102,67,134); }

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

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

 a { background-color: rgb(102,67,134); }

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

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

 span { border-color: rgb(102,67,134); }

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