Html Css Color HEX #602090 Kingfisher Daisy

📋 copy color: '#602090'

red 96 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #602090

Tints of Kingfisher Daisy #602090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 35.29%
G = 11.76%
B = 52.94%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#602090 (or 0x602090) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 90. RGB value is (96,32,144). Sum of RGB (Red+Green+Blue) = 96+32+144=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #602090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602090 is #9FDF6F. Grayscale: #3F3F3F. Windows color (decimal): -10477424 or 9445472. OLE color: 9445472.

HSL color Cylindrical-coordinate representation of color #602090: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602090 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 32 144 -
CMYK 0.33 0.78 0 0.44
HSL 274.29º 0.64% 0.35% -
HSV(B) 274.29º 0.78% 0.56% -
XYZ 10.37 5.53 26.91 -
YUV 63.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 96 32 144 0.33 0.78 0 0.44 274.29 0.64 0.35
Hex 60 20 90 21 4E 0 2C 112 40 23
Octal 140 40 220 41 116 0 54 422 100 43
Binary 1100000 100000 10010000 100001 1001110 0 101100 100010010 1000000 100011

Color Harmonies of #602090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602090

Black with #602090

Text Example


Text Example

White with #602090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602090; }

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

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

background-color css

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

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

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

border-color css

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

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

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