Html Css Color HEX #64208D Kingfisher Daisy

📋 copy color: '#64208D'

red 100 ◦ green 32 ◦ blue 141

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

Shades of Kingfisher Daisy #64208D

Tints of Kingfisher Daisy #64208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 141 (55.47% from 255) = 51.65%

R = 36.63%
G = 11.72%
B = 51.65%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64208D (or 0x64208D) is known color: Kingfisher Daisy. HEX triplet: 64, 20 and 8D. RGB value is (100,32,141). Sum of RGB (Red+Green+Blue) = 100+32+141=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #64208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64208D is #9BDF72. Grayscale: #404040. Windows color (decimal): -10215283 or 9248868. OLE color: 9248868.

HSL color Cylindrical-coordinate representation of color #64208D: hue angle of 277.43º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64208D is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 32 141 -
CMYK 0.29 0.77 0 0.45
HSL 277.43º 0.63% 0.34% -
HSV(B) 277.43º 0.77% 0.55% -
XYZ 10.58 5.67 25.74 -
YUV 64.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 100 32 141 0.29 0.77 0 0.45 277.43 0.63 0.34
Hex 64 20 8D 1D 4D 0 2D 115 3F 22
Octal 144 40 215 35 115 0 55 425 77 42
Binary 1100100 100000 10001101 11101 1001101 0 101101 100010101 111111 100010

Color Harmonies of #64208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64208D

Black with #64208D

Text Example


Text Example

White with #64208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,32,141); }

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

background-color css

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

 a { background-color: rgb(100,32,141); }

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

border-color css

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

 span { border-color: rgb(100,32,141); }

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