Html Css Color HEX #602492 Kingfisher Daisy

📋 copy color: '#602492'

red 96 ◦ green 36 ◦ blue 146

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

Shades of Kingfisher Daisy #602492

Tints of Kingfisher Daisy #602492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 34.53%
G = 12.95%
B = 52.52%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#602492 (or 0x602492) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 92. RGB value is (96,36,146). Sum of RGB (Red+Green+Blue) = 96+36+146=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #602492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602492 is #9FDB6D. Grayscale: #424242. Windows color (decimal): -10476398 or 9577568. OLE color: 9577568.

HSL color Cylindrical-coordinate representation of color #602492: hue angle of 272.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602492 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 36 146 -
CMYK 0.34 0.75 0 0.43
HSL 272.73º 0.6% 0.36% -
HSV(B) 272.73º 0.75% 0.57% -
XYZ 10.64 5.82 27.76 -
YUV 66.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 96 36 146 0.34 0.75 0 0.43 272.73 0.6 0.36
Hex 60 24 92 22 4B 0 2B 111 3C 24
Octal 140 44 222 42 113 0 53 421 74 44
Binary 1100000 100100 10010010 100010 1001011 0 101011 100010001 111100 100100

Color Harmonies of #602492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602492

Black with #602492

Text Example


Text Example

White with #602492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602492; }

 p { color: rgb(96,36,146); }

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

background-color css

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

 a { background-color: rgb(96,36,146); }

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

border-color css

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

 span { border-color: rgb(96,36,146); }

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