#66427F

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

Shades of Kingfisher Daisy #66427F

Tints of Kingfisher Daisy #66427F

Color information

#66427F (or 0x66427F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 42 and 7F. RGB value is (102,66,127). Sum of RGB (Red+Green+Blue) = 102+66+127=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #66427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66427F is #99BD80. Grayscale: #535353. Windows color (decimal): -10075521 or 8340070. OLE color: 8340070.

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

Color convert

RGB10266127-
CMYK0.200.4800.50
HSL275.41º31.61%37.84%-
HSV(B)275.41º48.03%49.8%-
XYZ11.268.2521.08-
YUV83.72152.43141.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 127 (50% from 255) = 43.05%
R=34.58%
G=22.37%
B=43.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102661270.200.4800.50275.4131.6137.84
Hex66427F14300321132026
Octal14610217724600624234046
Binary110011010000101111111101001100000110010100010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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