Html Css Color HEX #64487F Kingfisher Daisy

📋 copy color: '#64487F'

red 100 ◦ green 72 ◦ blue 127

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

Shades of Kingfisher Daisy #64487F

Tints of Kingfisher Daisy #64487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 33.44%
G = 24.08%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64487F (or 0x64487F) is known color: Kingfisher Daisy. HEX triplet: 64, 48 and 7F. RGB value is (100,72,127). Sum of RGB (Red+Green+Blue) = 100+72+127=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #64487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64487F is #9BB780. Grayscale: #565656. Windows color (decimal): -10205057 or 8341604. OLE color: 8341604.

HSL color Cylindrical-coordinate representation of color #64487F: hue angle of 270.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64487F is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 72 127 -
CMYK 0.21 0.43 0 0.50
HSL 270.55º 0.28% 0.39% -
HSV(B) 270.55º 0.43% 0.5% -
XYZ 11.4 8.88 21.19 -
YUV 86.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 100 72 127 0.21 0.43 0 0.50 270.55 0.28 0.39
Hex 64 48 7F 15 2B 0 32 10F 1C 27
Octal 144 110 177 25 53 0 62 417 34 47
Binary 1100100 1001000 1111111 10101 101011 0 110010 100001111 11100 100111

Color Harmonies of #64487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64487F

Black with #64487F

Text Example


Text Example

White with #64487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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