Html Css Color HEX #61199A Kingfisher Daisy

📋 copy color: '#61199A'

red 97 ◦ green 25 ◦ blue 154

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

Shades of Kingfisher Daisy #61199A

Tints of Kingfisher Daisy #61199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 35.14%
G = 9.06%
B = 55.8%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61199A (or 0x61199A) is known color: Kingfisher Daisy. HEX triplet: 61, 19 and 9A. RGB value is (97,25,154). Sum of RGB (Red+Green+Blue) = 97+25+154=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #61199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61199A is #9EE665. Grayscale: #3C3C3C. Windows color (decimal): -10413670 or 10099041. OLE color: 10099041.

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

Color convert

RGB 97 25 154 -
CMYK 0.37 0.84 0 0.40
HSL 273.49º 0.72% 0.35% -
HSV(B) 273.49º 0.84% 0.6% -
XYZ 11.11 5.57 31.06 -
YUV 61.23 180.35 153.51 -
System Red Green Blue C M Y K H S L
Decimal 97 25 154 0.37 0.84 0 0.40 273.49 0.72 0.35
Hex 61 19 9A 25 54 0 28 111 48 23
Octal 141 31 232 45 124 0 50 421 110 43
Binary 1100001 11001 10011010 100101 1010100 0 101000 100010001 1001000 100011

Color Harmonies of #61199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61199A

Black with #61199A

Text Example


Text Example

White with #61199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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