Html Css Color HEX #602893 Kingfisher Daisy

📋 copy color: '#602893'

red 96 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #602893

Tints of Kingfisher Daisy #602893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 33.92%
G = 14.13%
B = 51.94%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#602893 (or 0x602893) is known color: Kingfisher Daisy. HEX triplet: 60, 28 and 93. RGB value is (96,40,147). Sum of RGB (Red+Green+Blue) = 96+40+147=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #602893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602893 is #9FD76C. Grayscale: #444444. Windows color (decimal): -10475373 or 9644128. OLE color: 9644128.

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

Color convert

RGB 96 40 147 -
CMYK 0.35 0.73 0 0.42
HSL 271.4º 0.57% 0.37% -
HSV(B) 271.4º 0.73% 0.58% -
XYZ 10.85 6.11 28.21 -
YUV 68.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 96 40 147 0.35 0.73 0 0.42 271.4 0.57 0.37
Hex 60 28 93 23 49 0 2A 10F 39 25
Octal 140 50 223 43 111 0 52 417 71 45
Binary 1100000 101000 10010011 100011 1001001 0 101010 100001111 111001 100101

Color Harmonies of #602893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602893

Black with #602893

Text Example


Text Example

White with #602893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602893; }

 p { color: rgb(96,40,147); }

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

background-color css

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

 a { background-color: rgb(96,40,147); }

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

border-color css

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

 span { border-color: rgb(96,40,147); }

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