Html Css Color HEX #64427F Kingfisher Daisy

📋 copy color: '#64427F'

red 100 ◦ green 66 ◦ blue 127

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

Shades of Kingfisher Daisy #64427F

Tints of Kingfisher Daisy #64427F

RGB

 RED value IS 100 (39.45% from 255) = 34.13%

 GREEN value IS 66 (26.17% from 255) = 22.53%

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

R = 34.13%
G = 22.53%
B = 43.34%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64427F (or 0x64427F) is known color: Kingfisher Daisy. HEX triplet: 64, 42 and 7F. RGB value is (100,66,127). Sum of RGB (Red+Green+Blue) = 100+66+127=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 66 (26.17% from 255 or 22.53% 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 #64427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64427F is #9BBD80. Grayscale: #525252. Windows color (decimal): -10206593 or 8340068. OLE color: 8340068.

HSL color Cylindrical-coordinate representation of color #64427F: hue angle of 273.44º 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 #64427F is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 66 127 -
CMYK 0.21 0.48 0 0.50
HSL 273.44º 0.32% 0.38% -
HSV(B) 273.44º 0.48% 0.5% -
XYZ 11.03 8.14 21.07 -
YUV 83.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 100 66 127 0.21 0.48 0 0.50 273.44 0.32 0.38
Hex 64 42 7F 15 30 0 32 111 20 26
Octal 144 102 177 25 60 0 62 421 40 46
Binary 1100100 1000010 1111111 10101 110000 0 110010 100010001 100000 100110

Color Harmonies of #64427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64427F

Black with #64427F

Text Example


Text Example

White with #64427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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