Html Css Color HEX #602098 Kingfisher Daisy

📋 copy color: '#602098'

red 96 ◦ green 32 ◦ blue 152

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

Shades of Kingfisher Daisy #602098

Tints of Kingfisher Daisy #602098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 34.29%
G = 11.43%
B = 54.29%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#602098 (or 0x602098) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 98. RGB value is (96,32,152). Sum of RGB (Red+Green+Blue) = 96+32+152=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #602098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602098 is #9FDF67. Grayscale: #404040. Windows color (decimal): -10477416 or 9969760. OLE color: 9969760.

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

Color convert

RGB 96 32 152 -
CMYK 0.37 0.79 0 0.40
HSL 272º 0.65% 0.36% -
HSV(B) 272º 0.79% 0.6% -
XYZ 11.01 5.79 30.24 -
YUV 64.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 96 32 152 0.37 0.79 0 0.40 272 0.65 0.36
Hex 60 20 98 25 4F 0 28 110 41 24
Octal 140 40 230 45 117 0 50 420 101 44
Binary 1100000 100000 10011000 100101 1001111 0 101000 100010000 1000001 100100

Color Harmonies of #602098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602098

Black with #602098

Text Example


Text Example

White with #602098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602098; }

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

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

background-color css

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

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

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

border-color css

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

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

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