Html Css Color HEX #61198D Kingfisher Daisy

📋 copy color: '#61198D'

red 97 ◦ green 25 ◦ blue 141

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

Shades of Kingfisher Daisy #61198D

Tints of Kingfisher Daisy #61198D

RGB

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

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

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

R = 36.88%
G = 9.51%
B = 53.61%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61198D (or 0x61198D) is known color: Kingfisher Daisy. HEX triplet: 61, 19 and 8D. RGB value is (97,25,141). Sum of RGB (Red+Green+Blue) = 97+25+141=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #61198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61198D is #9EE672. Grayscale: #3B3B3B. Windows color (decimal): -10413683 or 9247073. OLE color: 9247073.

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

Color convert

RGB 97 25 141 -
CMYK 0.31 0.82 0 0.45
HSL 277.24º 0.7% 0.33% -
HSV(B) 277.24º 0.82% 0.55% -
XYZ 10.09 5.16 25.66 -
YUV 59.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 97 25 141 0.31 0.82 0 0.45 277.24 0.7 0.33
Hex 61 19 8D 1F 52 0 2D 115 46 21
Octal 141 31 215 37 122 0 55 425 106 41
Binary 1100001 11001 10001101 11111 1010010 0 101101 100010101 1000110 100001

Color Harmonies of #61198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61198D

Black with #61198D

Text Example


Text Example

White with #61198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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