Html Css Color HEX #64407F Kingfisher Daisy

📋 copy color: '#64407F'

red 100 ◦ green 64 ◦ blue 127

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

Shades of Kingfisher Daisy #64407F

Tints of Kingfisher Daisy #64407F

RGB

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

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

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

R = 34.36%
G = 21.99%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64407F (or 0x64407F) is known color: Kingfisher Daisy. HEX triplet: 64, 40 and 7F. RGB value is (100,64,127). Sum of RGB (Red+Green+Blue) = 100+64+127=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #64407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64407F is #9BBF80. Grayscale: #515151. Windows color (decimal): -10207105 or 8339556. OLE color: 8339556.

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

Color convert

RGB 100 64 127 -
CMYK 0.21 0.50 0 0.50
HSL 274.29º 0.33% 0.37% -
HSV(B) 274.29º 0.5% 0.5% -
XYZ 10.92 7.91 21.03 -
YUV 81.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 100 64 127 0.21 0.50 0 0.50 274.29 0.33 0.37
Hex 64 40 7F 15 32 0 32 112 21 25
Octal 144 100 177 25 62 0 62 422 41 45
Binary 1100100 1000000 1111111 10101 110010 0 110010 100010010 100001 100101

Color Harmonies of #64407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64407F

Black with #64407F

Text Example


Text Example

White with #64407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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