Html Css Color HEX #602C85 Kingfisher Daisy

📋 copy color: '#602C85'

red 96 ◦ green 44 ◦ blue 133

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

Shades of Kingfisher Daisy #602C85

Tints of Kingfisher Daisy #602C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 35.16%
G = 16.12%
B = 48.72%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602C85 (or 0x602C85) is known color: Kingfisher Daisy. HEX triplet: 60, 2C and 85. RGB value is (96,44,133). Sum of RGB (Red+Green+Blue) = 96+44+133=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #602C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C85 is #9FD37A. Grayscale: #454545. Windows color (decimal): -10474363 or 8727648. OLE color: 8727648.

HSL color Cylindrical-coordinate representation of color #602C85: hue angle of 275.06º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602C85 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 44 133 -
CMYK 0.28 0.67 0 0.48
HSL 275.06º 0.5% 0.35% -
HSV(B) 275.06º 0.67% 0.52% -
XYZ 9.96 5.98 22.82 -
YUV 69.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 96 44 133 0.28 0.67 0 0.48 275.06 0.5 0.35
Hex 60 2C 85 1C 43 0 30 113 32 23
Octal 140 54 205 34 103 0 60 423 62 43
Binary 1100000 101100 10000101 11100 1000011 0 110000 100010011 110010 100011

Color Harmonies of #602C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C85

Black with #602C85

Text Example


Text Example

White with #602C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,44,133); }

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

background-color css

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

 a { background-color: rgb(96,44,133); }

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

border-color css

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

 span { border-color: rgb(96,44,133); }

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