Html Css Color HEX #602398 Kingfisher Daisy

📋 copy color: '#602398'

red 96 ◦ green 35 ◦ blue 152

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

Shades of Kingfisher Daisy #602398

Tints of Kingfisher Daisy #602398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 33.92%
G = 12.37%
B = 53.71%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#602398 (or 0x602398) is known color: Kingfisher Daisy. HEX triplet: 60, 23 and 98. RGB value is (96,35,152). Sum of RGB (Red+Green+Blue) = 96+35+152=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #602398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602398 is #9FDC67. Grayscale: #424242. Windows color (decimal): -10476648 or 9970528. OLE color: 9970528.

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

Color convert

RGB 96 35 152 -
CMYK 0.37 0.77 0 0.40
HSL 271.28º 0.63% 0.37% -
HSV(B) 271.28º 0.77% 0.6% -
XYZ 11.09 5.96 30.27 -
YUV 66.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 96 35 152 0.37 0.77 0 0.40 271.28 0.63 0.37
Hex 60 23 98 25 4D 0 28 10F 3F 25
Octal 140 43 230 45 115 0 50 417 77 45
Binary 1100000 100011 10011000 100101 1001101 0 101000 100001111 111111 100101

Color Harmonies of #602398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602398

Black with #602398

Text Example


Text Example

White with #602398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602398; }

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

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

background-color css

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

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

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

border-color css

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

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

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