Html Css Color HEX #66407F Kingfisher Daisy

📋 copy color: '#66407F'

red 102 ◦ green 64 ◦ blue 127

#66407F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #66407F

Tints of Kingfisher Daisy #66407F

RGB

 RED value IS 102 (40.23% from 255) = 34.81%

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 34.81%
G = 21.84%
B = 43.34%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66407F (or 0x66407F) is known color: Kingfisher Daisy. HEX triplet: 66, 40 and 7F. RGB value is (102,64,127). Sum of RGB (Red+Green+Blue) = 102+64+127=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #66407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66407F is #99BF80. Grayscale: #525252. Windows color (decimal): -10076033 or 8339558. OLE color: 8339558.

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

Color convert

RGB 102 64 127 -
CMYK 0.20 0.50 0 0.50
HSL 276.19º 0.33% 0.37% -
HSV(B) 276.19º 0.5% 0.5% -
XYZ 11.14 8.02 21.04 -
YUV 82.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 102 64 127 0.20 0.50 0 0.50 276.19 0.33 0.37
Hex 66 40 7F 14 32 0 32 114 21 25
Octal 146 100 177 24 62 0 62 424 41 45
Binary 1100110 1000000 1111111 10100 110010 0 110010 100010100 100001 100101

Color Harmonies of #66407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66407F

Black with #66407F

Text Example


Text Example

White with #66407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66407F;
 }
 .AnyTagClassName
 {
   color: #66407F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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