Html Css Color HEX #602D92 Kingfisher Daisy

📋 copy color: '#602D92'

red 96 ◦ green 45 ◦ blue 146

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

Shades of Kingfisher Daisy #602D92

Tints of Kingfisher Daisy #602D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

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

R = 33.45%
G = 15.68%
B = 50.87%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#602D92 (or 0x602D92) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 92. RGB value is (96,45,146). Sum of RGB (Red+Green+Blue) = 96+45+146=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #602D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D92 is #9FD26D. Grayscale: #474747. Windows color (decimal): -10474094 or 9579872. OLE color: 9579872.

HSL color Cylindrical-coordinate representation of color #602D92: hue angle of 270.3º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602D92 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 45 146 -
CMYK 0.34 0.69 0 0.43
HSL 270.3º 0.53% 0.37% -
HSV(B) 270.3º 0.69% 0.57% -
XYZ 10.95 6.44 27.86 -
YUV 71.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 96 45 146 0.34 0.69 0 0.43 270.3 0.53 0.37
Hex 60 2D 92 22 45 0 2B 10E 35 25
Octal 140 55 222 42 105 0 53 416 65 45
Binary 1100000 101101 10010010 100010 1000101 0 101011 100001110 110101 100101

Color Harmonies of #602D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D92

Black with #602D92

Text Example


Text Example

White with #602D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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