Html Css Color HEX #611999 Kingfisher Daisy

📋 copy color: '#611999'

red 97 ◦ green 25 ◦ blue 153

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

Shades of Kingfisher Daisy #611999

Tints of Kingfisher Daisy #611999

RGB

 RED value IS 97 (38.28% from 255) = 35.27%

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

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

R = 35.27%
G = 9.09%
B = 55.64%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#611999 (or 0x611999) is known color: Kingfisher Daisy. HEX triplet: 61, 19 and 99. RGB value is (97,25,153). Sum of RGB (Red+Green+Blue) = 97+25+153=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #611999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611999 is #9EE666. Grayscale: #3C3C3C. Windows color (decimal): -10413671 or 10033505. OLE color: 10033505.

HSL color Cylindrical-coordinate representation of color #611999: hue angle of 273.75º 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 #611999 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 25 153 -
CMYK 0.37 0.84 0 0.4
HSL 273.75º 0.72% 0.35% -
HSV(B) 273.75º 0.84% 0.6% -
XYZ 11.03 5.54 30.62 -
YUV 61.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 97 25 153 0.37 0.84 0 0.4 273.75 0.72 0.35
Hex 61 19 99 25 54 0 28 112 48 23
Octal 141 31 231 45 124 0 50 422 110 43
Binary 1100001 11001 10011001 100101 1010100 0 101000 100010010 1001000 100011

Color Harmonies of #611999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611999

Black with #611999

Text Example


Text Example

White with #611999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611999; }

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

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

background-color css

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

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

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

border-color css

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

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

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