Html Css Color HEX #602B90 Kingfisher Daisy

📋 copy color: '#602B90'

red 96 ◦ green 43 ◦ blue 144

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

Shades of Kingfisher Daisy #602B90

Tints of Kingfisher Daisy #602B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 33.92%
G = 15.19%
B = 50.88%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#602B90 (or 0x602B90) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 90. RGB value is (96,43,144). Sum of RGB (Red+Green+Blue) = 96+43+144=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #602B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B90 is #9FD46F. Grayscale: #464646. Windows color (decimal): -10474608 or 9448288. OLE color: 9448288.

HSL color Cylindrical-coordinate representation of color #602B90: hue angle of 271.49º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602B90 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 43 144 -
CMYK 0.33 0.70 0 0.44
HSL 271.49º 0.54% 0.37% -
HSV(B) 271.49º 0.7% 0.56% -
XYZ 10.72 6.23 27.02 -
YUV 70.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 96 43 144 0.33 0.70 0 0.44 271.49 0.54 0.37
Hex 60 2B 90 21 46 0 2C 10F 36 25
Octal 140 53 220 41 106 0 54 417 66 45
Binary 1100000 101011 10010000 100001 1000110 0 101100 100001111 110110 100101

Color Harmonies of #602B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B90

Black with #602B90

Text Example


Text Example

White with #602B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,43,144); }

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

background-color css

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

 a { background-color: rgb(96,43,144); }

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

border-color css

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

 span { border-color: rgb(96,43,144); }

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