Html Css Color HEX #602494 Kingfisher Daisy

📋 copy color: '#602494'

red 96 ◦ green 36 ◦ blue 148

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

Shades of Kingfisher Daisy #602494

Tints of Kingfisher Daisy #602494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 34.29%
G = 12.86%
B = 52.86%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#602494 (or 0x602494) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 94. RGB value is (96,36,148). Sum of RGB (Red+Green+Blue) = 96+36+148=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #602494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602494 is #9FDB6B. Grayscale: #424242. Windows color (decimal): -10476396 or 9708640. OLE color: 9708640.

HSL color Cylindrical-coordinate representation of color #602494: hue angle of 272.14º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602494 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 36 148 -
CMYK 0.35 0.76 0 0.42
HSL 272.14º 0.61% 0.36% -
HSV(B) 272.14º 0.76% 0.58% -
XYZ 10.8 5.89 28.58 -
YUV 66.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 96 36 148 0.35 0.76 0 0.42 272.14 0.61 0.36
Hex 60 24 94 23 4C 0 2A 110 3D 24
Octal 140 44 224 43 114 0 52 420 75 44
Binary 1100000 100100 10010100 100011 1001100 0 101010 100010000 111101 100100

Color Harmonies of #602494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602494

Black with #602494

Text Example


Text Example

White with #602494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602494; }

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

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

background-color css

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

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

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

border-color css

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

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

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