Html Css Color HEX #64467D Kingfisher Daisy

📋 copy color: '#64467D'

red 100 ◦ green 70 ◦ blue 125

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

Shades of Kingfisher Daisy #64467D

Tints of Kingfisher Daisy #64467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 33.9%
G = 23.73%
B = 42.37%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64467D (or 0x64467D) is known color: Kingfisher Daisy. HEX triplet: 64, 46 and 7D. RGB value is (100,70,125). Sum of RGB (Red+Green+Blue) = 100+70+125=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #64467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64467D is #9BB982. Grayscale: #555555. Windows color (decimal): -10205571 or 8210020. OLE color: 8210020.

HSL color Cylindrical-coordinate representation of color #64467D: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64467D is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 70 125 -
CMYK 0.2 0.44 0 0.51
HSL 272.73º 0.28% 0.38% -
HSV(B) 272.73º 0.44% 0.49% -
XYZ 11.15 8.57 20.47 -
YUV 85.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 100 70 125 0.2 0.44 0 0.51 272.73 0.28 0.38
Hex 64 46 7D 14 2C 0 33 111 1C 26
Octal 144 106 175 24 54 0 63 421 34 46
Binary 1100100 1000110 1111101 10100 101100 0 110011 100010001 11100 100110

Color Harmonies of #64467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64467D

Black with #64467D

Text Example


Text Example

White with #64467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64467D; }

 p { color: rgb(100,70,125); }

 H1.HeaderClassName
 {
   color: #64467D;
 }
 .AnyTagClassName
 {
   color: #64467D;
 }
</style>

background-color css

<style>
 a { background-color: #64467D; }

 a { background-color: rgb(100,70,125); }

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

border-color css

<style>
 span { border-color: #64467D; }

 span { border-color: rgb(100,70,125); }

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