#66417F

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

Shades of Kingfisher Daisy #66417F

Tints of Kingfisher Daisy #66417F

Color information

#66417F (or 0x66417F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 41 and 7F. RGB value is (102,65,127). Sum of RGB (Red+Green+Blue) = 102+65+127=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #66417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66417F is #99BE80. Grayscale: #525252. Windows color (decimal): -10075777 or 8339814. OLE color: 8339814.

HSL color Cylindrical-coordinate representation of color #66417F: hue angle of 275.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66417F is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10265127-
CMYK0.200.4900.50
HSL275.81º32.29%37.65%-
HSV(B)275.81º48.82%49.8%-
XYZ11.28.1421.06-
YUV83.13152.76141.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 127 (50% from 255) = 43.20%
R=34.69%
G=22.11%
B=43.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102651270.200.4900.50275.8132.2937.65
Hex66417F14310321142026
Octal14610117724610624244046
Binary110011010000011111111101001100010110010100010100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66417F; }

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

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

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

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

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

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

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

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