Html Css Color HEX #602993 Kingfisher Daisy

📋 copy color: '#602993'

red 96 ◦ green 41 ◦ blue 147

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

Shades of Kingfisher Daisy #602993

Tints of Kingfisher Daisy #602993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 33.8%
G = 14.44%
B = 51.76%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#602993 (or 0x602993) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 93. RGB value is (96,41,147). Sum of RGB (Red+Green+Blue) = 96+41+147=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #602993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602993 is #9FD66C. Grayscale: #454545. Windows color (decimal): -10475117 or 9644384. OLE color: 9644384.

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

Color convert

RGB 96 41 147 -
CMYK 0.35 0.72 0 0.42
HSL 271.13º 0.56% 0.37% -
HSV(B) 271.13º 0.72% 0.58% -
XYZ 10.88 6.18 28.22 -
YUV 69.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 96 41 147 0.35 0.72 0 0.42 271.13 0.56 0.37
Hex 60 29 93 23 48 0 2A 10F 38 25
Octal 140 51 223 43 110 0 52 417 70 45
Binary 1100000 101001 10010011 100011 1001000 0 101010 100001111 111000 100101

Color Harmonies of #602993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602993

Black with #602993

Text Example


Text Example

White with #602993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602993; }

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

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

background-color css

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

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

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

border-color css

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

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

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