Html Css Color HEX #64367E Kingfisher Daisy

📋 copy color: '#64367E'

red 100 ◦ green 54 ◦ blue 126

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

Shades of Kingfisher Daisy #64367E

Tints of Kingfisher Daisy #64367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 35.71%
G = 19.29%
B = 45%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64367E (or 0x64367E) is known color: Kingfisher Daisy. HEX triplet: 64, 36 and 7E. RGB value is (100,54,126). Sum of RGB (Red+Green+Blue) = 100+54+126=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #64367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64367E is #9BC981. Grayscale: #4B4B4B. Windows color (decimal): -10209666 or 8271460. OLE color: 8271460.

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

Color convert

RGB 100 54 126 -
CMYK 0.21 0.57 0 0.51
HSL 278.33º 0.4% 0.35% -
HSV(B) 278.33º 0.57% 0.49% -
XYZ 10.34 6.85 20.52 -
YUV 75.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 100 54 126 0.21 0.57 0 0.51 278.33 0.4 0.35
Hex 64 36 7E 15 39 0 33 116 28 23
Octal 144 66 176 25 71 0 63 426 50 43
Binary 1100100 110110 1111110 10101 111001 0 110011 100010110 101000 100011

Color Harmonies of #64367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64367E

Black with #64367E

Text Example


Text Example

White with #64367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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