Html Css Color HEX #602198 Kingfisher Daisy

📋 copy color: '#602198'

red 96 ◦ green 33 ◦ blue 152

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

Shades of Kingfisher Daisy #602198

Tints of Kingfisher Daisy #602198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 152 (59.77% from 255) = 54.09%

R = 34.16%
G = 11.74%
B = 54.09%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#602198 (or 0x602198) is known color: Kingfisher Daisy. HEX triplet: 60, 21 and 98. RGB value is (96,33,152). Sum of RGB (Red+Green+Blue) = 96+33+152=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #602198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602198 is #9FDE67. Grayscale: #404040. Windows color (decimal): -10477160 or 9970016. OLE color: 9970016.

HSL color Cylindrical-coordinate representation of color #602198: hue angle of 271.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602198 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 33 152 -
CMYK 0.37 0.78 0 0.40
HSL 271.76º 0.64% 0.36% -
HSV(B) 271.76º 0.78% 0.6% -
XYZ 11.04 5.84 30.25 -
YUV 65.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 96 33 152 0.37 0.78 0 0.40 271.76 0.64 0.36
Hex 60 21 98 25 4E 0 28 110 40 24
Octal 140 41 230 45 116 0 50 420 100 44
Binary 1100000 100001 10011000 100101 1001110 0 101000 100010000 1000000 100100

Color Harmonies of #602198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602198

Black with #602198

Text Example


Text Example

White with #602198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602198; }

 p { color: rgb(96,33,152); }

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

background-color css

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

 a { background-color: rgb(96,33,152); }

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

border-color css

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

 span { border-color: rgb(96,33,152); }

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