Html Css Color HEX #60198C Kingfisher Daisy

📋 copy color: '#60198C'

red 96 ◦ green 25 ◦ blue 140

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

Shades of Kingfisher Daisy #60198C

Tints of Kingfisher Daisy #60198C

RGB

 RED value IS 96 (37.89% from 255) = 36.78%

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 36.78%
G = 9.58%
B = 53.64%

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

#60198C (or 0x60198C) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 8C. RGB value is (96,25,140). Sum of RGB (Red+Green+Blue) = 96+25+140=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #60198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60198C is #9FE673. Grayscale: #3A3A3A. Windows color (decimal): -10479220 or 9181536. OLE color: 9181536.

HSL color Cylindrical-coordinate representation of color #60198C: hue angle of 277.04º 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 #60198C is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 25 140 -
CMYK 0.31 0.82 0 0.45
HSL 277.04º 0.7% 0.32% -
HSV(B) 277.04º 0.82% 0.55% -
XYZ 9.91 5.08 25.27 -
YUV 59.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 96 25 140 0.31 0.82 0 0.45 277.04 0.7 0.32
Hex 60 19 8C 1F 52 0 2D 115 46 20
Octal 140 31 214 37 122 0 55 425 106 40
Binary 1100000 11001 10001100 11111 1010010 0 101101 100010101 1000110 100000

Color Harmonies of #60198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60198C

Black with #60198C

Text Example


Text Example

White with #60198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60198C; }

 p { color: rgb(96,25,140); }

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

background-color css

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

 a { background-color: rgb(96,25,140); }

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

border-color css

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

 span { border-color: rgb(96,25,140); }

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