Html Css Color HEX #64377E Kingfisher Daisy

📋 copy color: '#64377E'

red 100 ◦ green 55 ◦ blue 126

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

Shades of Kingfisher Daisy #64377E

Tints of Kingfisher Daisy #64377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 126 (49.61% from 255) = 44.84%

R = 35.59%
G = 19.57%
B = 44.84%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64377E (or 0x64377E) is known color: Kingfisher Daisy. HEX triplet: 64, 37 and 7E. RGB value is (100,55,126). Sum of RGB (Red+Green+Blue) = 100+55+126=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #64377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64377E is #9BC881. Grayscale: #4C4C4C. Windows color (decimal): -10209410 or 8271716. OLE color: 8271716.

HSL color Cylindrical-coordinate representation of color #64377E: hue angle of 278.03º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64377E is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 55 126 -
CMYK 0.21 0.56 0 0.51
HSL 278.03º 0.39% 0.35% -
HSV(B) 278.03º 0.56% 0.49% -
XYZ 10.39 6.95 20.53 -
YUV 76.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 100 55 126 0.21 0.56 0 0.51 278.03 0.39 0.35
Hex 64 37 7E 15 38 0 33 116 27 23
Octal 144 67 176 25 70 0 63 426 47 43
Binary 1100100 110111 1111110 10101 111000 0 110011 100010110 100111 100011

Color Harmonies of #64377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64377E

Black with #64377E

Text Example


Text Example

White with #64377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64377E; }

 p { color: rgb(100,55,126); }

 H1.HeaderClassName
 {
   color: #64377E;
 }
 .AnyTagClassName
 {
   color: #64377E;
 }
</style>

background-color css

<style>
 a { background-color: #64377E; }

 a { background-color: rgb(100,55,126); }

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

border-color css

<style>
 span { border-color: #64377E; }

 span { border-color: rgb(100,55,126); }

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