Html Css Color HEX #641999 Kingfisher Daisy

📋 copy color: '#641999'

red 100 ◦ green 25 ◦ blue 153

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

Shades of Kingfisher Daisy #641999

Tints of Kingfisher Daisy #641999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 35.97%
G = 8.99%
B = 55.04%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#641999 (or 0x641999) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 99. RGB value is (100,25,153). Sum of RGB (Red+Green+Blue) = 100+25+153=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #641999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641999 is #9BE666. Grayscale: #3D3D3D. Windows color (decimal): -10217063 or 10033508. OLE color: 10033508.

HSL color Cylindrical-coordinate representation of color #641999: hue angle of 275.16º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641999 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 25 153 -
CMYK 0.35 0.84 0 0.4
HSL 275.16º 0.72% 0.35% -
HSV(B) 275.16º 0.84% 0.6% -
XYZ 11.35 5.7 30.64 -
YUV 62.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 100 25 153 0.35 0.84 0 0.4 275.16 0.72 0.35
Hex 64 19 99 23 54 0 28 113 48 23
Octal 144 31 231 43 124 0 50 423 110 43
Binary 1100100 11001 10011001 100011 1010100 0 101000 100010011 1001000 100011

Color Harmonies of #641999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641999

Black with #641999

Text Example


Text Example

White with #641999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641999; }

 p { color: rgb(100,25,153); }

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

background-color css

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

 a { background-color: rgb(100,25,153); }

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

border-color css

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

 span { border-color: rgb(100,25,153); }

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