Html Css Color HEX #64417F Kingfisher Daisy

📋 copy color: '#64417F'

red 100 ◦ green 65 ◦ blue 127

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

Shades of Kingfisher Daisy #64417F

Tints of Kingfisher Daisy #64417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

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

R = 34.25%
G = 22.26%
B = 43.49%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64417F (or 0x64417F) is known color: Kingfisher Daisy. HEX triplet: 64, 41 and 7F. RGB value is (100,65,127). Sum of RGB (Red+Green+Blue) = 100+65+127=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #64417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64417F is #9BBE80. Grayscale: #525252. Windows color (decimal): -10206849 or 8339812. OLE color: 8339812.

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

Color convert

RGB 100 65 127 -
CMYK 0.21 0.49 0 0.50
HSL 273.87º 0.32% 0.38% -
HSV(B) 273.87º 0.49% 0.5% -
XYZ 10.98 8.02 21.05 -
YUV 82.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 100 65 127 0.21 0.49 0 0.50 273.87 0.32 0.38
Hex 64 41 7F 15 31 0 32 112 20 26
Octal 144 101 177 25 61 0 62 422 40 46
Binary 1100100 1000001 1111111 10101 110001 0 110010 100010010 100000 100110

Color Harmonies of #64417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64417F

Black with #64417F

Text Example


Text Example

White with #64417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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