Html Css Color HEX #64347F Kingfisher Daisy

📋 copy color: '#64347F'

red 100 ◦ green 52 ◦ blue 127

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

Shades of Kingfisher Daisy #64347F

Tints of Kingfisher Daisy #64347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 35.84%
G = 18.64%
B = 45.52%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64347F (or 0x64347F) is known color: Kingfisher Daisy. HEX triplet: 64, 34 and 7F. RGB value is (100,52,127). Sum of RGB (Red+Green+Blue) = 100+52+127=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #64347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64347F is #9BCB80. Grayscale: #4A4A4A. Windows color (decimal): -10210177 or 8336484. OLE color: 8336484.

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

Color convert

RGB 100 52 127 -
CMYK 0.21 0.59 0 0.50
HSL 278.4º 0.42% 0.35% -
HSV(B) 278.4º 0.59% 0.5% -
XYZ 10.31 6.7 20.83 -
YUV 74.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 100 52 127 0.21 0.59 0 0.50 278.4 0.42 0.35
Hex 64 34 7F 15 3B 0 32 116 2A 23
Octal 144 64 177 25 73 0 62 426 52 43
Binary 1100100 110100 1111111 10101 111011 0 110010 100010110 101010 100011

Color Harmonies of #64347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64347F

Black with #64347F

Text Example


Text Example

White with #64347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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