Html Css Color HEX #61198B Kingfisher Daisy

📋 copy color: '#61198B'

red 97 ◦ green 25 ◦ blue 139

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

Shades of Kingfisher Daisy #61198B

Tints of Kingfisher Daisy #61198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 37.16%
G = 9.58%
B = 53.26%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61198B (or 0x61198B) is known color: Kingfisher Daisy. HEX triplet: 61, 19 and 8B. RGB value is (97,25,139). Sum of RGB (Red+Green+Blue) = 97+25+139=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #61198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61198B is #9EE674. Grayscale: #3B3B3B. Windows color (decimal): -10413685 or 9116001. OLE color: 9116001.

HSL color Cylindrical-coordinate representation of color #61198B: hue angle of 277.89º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61198B is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 25 139 -
CMYK 0.30 0.82 0 0.45
HSL 277.89º 0.7% 0.32% -
HSV(B) 277.89º 0.82% 0.55% -
XYZ 9.94 5.1 24.89 -
YUV 59.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 97 25 139 0.30 0.82 0 0.45 277.89 0.7 0.32
Hex 61 19 8B 1E 52 0 2D 116 46 20
Octal 141 31 213 36 122 0 55 426 106 40
Binary 1100001 11001 10001011 11110 1010010 0 101101 100010110 1000110 100000

Color Harmonies of #61198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61198B

Black with #61198B

Text Example


Text Example

White with #61198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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