Html Css Color HEX #602D90 Kingfisher Daisy

📋 copy color: '#602D90'

red 96 ◦ green 45 ◦ blue 144

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

Shades of Kingfisher Daisy #602D90

Tints of Kingfisher Daisy #602D90

RGB

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

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

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

R = 33.68%
G = 15.79%
B = 50.53%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#602D90 (or 0x602D90) is known color: Kingfisher Daisy. HEX triplet: 60, 2D and 90. RGB value is (96,45,144). Sum of RGB (Red+Green+Blue) = 96+45+144=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #602D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602D90 is #9FD26F. Grayscale: #474747. Windows color (decimal): -10474096 or 9448800. OLE color: 9448800.

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

Color convert

RGB 96 45 144 -
CMYK 0.33 0.69 0 0.44
HSL 270.91º 0.52% 0.37% -
HSV(B) 270.91º 0.69% 0.56% -
XYZ 10.8 6.38 27.05 -
YUV 71.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 96 45 144 0.33 0.69 0 0.44 270.91 0.52 0.37
Hex 60 2D 90 21 45 0 2C 10F 34 25
Octal 140 55 220 41 105 0 54 417 64 45
Binary 1100000 101101 10010000 100001 1000101 0 101100 100001111 110100 100101

Color Harmonies of #602D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D90

Black with #602D90

Text Example


Text Example

White with #602D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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