Html Css Color HEX #60198E Kingfisher Daisy

📋 copy color: '#60198E'

red 96 ◦ green 25 ◦ blue 142

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

Shades of Kingfisher Daisy #60198E

Tints of Kingfisher Daisy #60198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 36.5%
G = 9.51%
B = 53.99%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60198E (or 0x60198E) is known color: Kingfisher Daisy. HEX triplet: 60, 19 and 8E. RGB value is (96,25,142). Sum of RGB (Red+Green+Blue) = 96+25+142=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #60198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60198E is #9FE671. Grayscale: #3B3B3B. Windows color (decimal): -10479218 or 9312608. OLE color: 9312608.

HSL color Cylindrical-coordinate representation of color #60198E: hue angle of 276.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60198E is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 25 142 -
CMYK 0.32 0.82 0 0.44
HSL 276.41º 0.7% 0.33% -
HSV(B) 276.41º 0.82% 0.56% -
XYZ 10.05 5.14 26.05 -
YUV 59.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 96 25 142 0.32 0.82 0 0.44 276.41 0.7 0.33
Hex 60 19 8E 20 52 0 2C 114 46 21
Octal 140 31 216 40 122 0 54 424 106 41
Binary 1100000 11001 10001110 100000 1010010 0 101100 100010100 1000110 100001

Color Harmonies of #60198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60198E

Black with #60198E

Text Example


Text Example

White with #60198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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