Html Css Color HEX #60198A Kingfisher Daisy

📋 copy color: '#60198A'

red 96 ◦ green 25 ◦ blue 138

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

Shades of Kingfisher Daisy #60198A

Tints of Kingfisher Daisy #60198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.28%

R = 37.07%
G = 9.65%
B = 53.28%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60198A (or 0x60198A) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 8A. RGB value is (96,25,138). Sum of RGB (Red+Green+Blue) = 96+25+138=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #60198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60198A is #9FE675. Grayscale: #3A3A3A. Windows color (decimal): -10479222 or 9050464. OLE color: 9050464.

HSL color Cylindrical-coordinate representation of color #60198A: hue angle of 277.7º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60198A is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 25 138 -
CMYK 0.30 0.82 0 0.46
HSL 277.7º 0.69% 0.32% -
HSV(B) 277.7º 0.82% 0.54% -
XYZ 9.76 5.02 24.5 -
YUV 59.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 96 25 138 0.30 0.82 0 0.46 277.7 0.69 0.32
Hex 60 19 8A 1E 52 0 2E 116 45 20
Octal 140 31 212 36 122 0 56 426 105 40
Binary 1100000 11001 10001010 11110 1010010 0 101110 100010110 1000101 100000

Color Harmonies of #60198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60198A

Black with #60198A

Text Example


Text Example

White with #60198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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