Html Css Color HEX #64457F Kingfisher Daisy

📋 copy color: '#64457F'

red 100 ◦ green 69 ◦ blue 127

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

Shades of Kingfisher Daisy #64457F

Tints of Kingfisher Daisy #64457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 33.78%
G = 23.31%
B = 42.91%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64457F (or 0x64457F) is known color: Kingfisher Daisy. HEX triplet: 64, 45 and 7F. RGB value is (100,69,127). Sum of RGB (Red+Green+Blue) = 100+69+127=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #64457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64457F is #9BBA80. Grayscale: #545454. Windows color (decimal): -10205825 or 8340836. OLE color: 8340836.

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

Color convert

RGB 100 69 127 -
CMYK 0.21 0.46 0 0.50
HSL 272.07º 0.3% 0.38% -
HSV(B) 272.07º 0.46% 0.5% -
XYZ 11.21 8.5 21.13 -
YUV 84.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 100 69 127 0.21 0.46 0 0.50 272.07 0.3 0.38
Hex 64 45 7F 15 2E 0 32 110 1E 26
Octal 144 105 177 25 56 0 62 420 36 46
Binary 1100100 1000101 1111111 10101 101110 0 110010 100010000 11110 100110

Color Harmonies of #64457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64457F

Black with #64457F

Text Example


Text Example

White with #64457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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