Html Css Color HEX #64457D Kingfisher Daisy

📋 copy color: '#64457D'

red 100 ◦ green 69 ◦ blue 125

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

Shades of Kingfisher Daisy #64457D

Tints of Kingfisher Daisy #64457D

RGB

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

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

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

R = 34.01%
G = 23.47%
B = 42.52%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64457D (or 0x64457D) is known color: Kingfisher Daisy. HEX triplet: 64, 45 and 7D. RGB value is (100,69,125). Sum of RGB (Red+Green+Blue) = 100+69+125=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #64457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64457D is #9BBA82. Grayscale: #545454. Windows color (decimal): -10205827 or 8209764. OLE color: 8209764.

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

Color convert

RGB 100 69 125 -
CMYK 0.2 0.45 0 0.51
HSL 273.21º 0.29% 0.38% -
HSV(B) 273.21º 0.45% 0.49% -
XYZ 11.09 8.45 20.45 -
YUV 84.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 100 69 125 0.2 0.45 0 0.51 273.21 0.29 0.38
Hex 64 45 7D 14 2D 0 33 111 1D 26
Octal 144 105 175 24 55 0 63 421 35 46
Binary 1100100 1000101 1111101 10100 101101 0 110011 100010001 11101 100110

Color Harmonies of #64457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64457D

Black with #64457D

Text Example


Text Example

White with #64457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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