Html Css Color HEX #602D91 Kingfisher Daisy

📋 copy color: '#602D91'

red 96 ◦ green 45 ◦ blue 145

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

Shades of Kingfisher Daisy #602D91

Tints of Kingfisher Daisy #602D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 33.57%
G = 15.73%
B = 50.7%

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

#602D91 (or 0x602D91) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 91. RGB value is (96,45,145). Sum of RGB (Red+Green+Blue) = 96+45+145=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #602D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D91 is #9FD26E. Grayscale: #474747. Windows color (decimal): -10474095 or 9514336. OLE color: 9514336.

HSL color Cylindrical-coordinate representation of color #602D91: hue angle of 270.6º 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 #602D91 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 45 145 -
CMYK 0.34 0.69 0 0.43
HSL 270.6º 0.53% 0.37% -
HSV(B) 270.6º 0.69% 0.57% -
XYZ 10.87 6.41 27.45 -
YUV 71.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 96 45 145 0.34 0.69 0 0.43 270.6 0.53 0.37
Hex 60 2D 91 22 45 0 2B 10F 35 25
Octal 140 55 221 42 105 0 53 417 65 45
Binary 1100000 101101 10010001 100010 1000101 0 101011 100001111 110101 100101

Color Harmonies of #602D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D91

Black with #602D91

Text Example


Text Example

White with #602D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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