Html Css Color HEX #602285 Kingfisher Daisy

📋 copy color: '#602285'

red 96 ◦ green 34 ◦ blue 133

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

Shades of Kingfisher Daisy #602285

Tints of Kingfisher Daisy #602285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 36.5%
G = 12.93%
B = 50.57%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602285 (or 0x602285) is known color: Kingfisher Daisy. HEX triplet: 60, 22 and 85. RGB value is (96,34,133). Sum of RGB (Red+Green+Blue) = 96+34+133=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #602285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602285 is #9FDD7A. Grayscale: #3F3F3F. Windows color (decimal): -10476923 or 8725088. OLE color: 8725088.

HSL color Cylindrical-coordinate representation of color #602285: hue angle of 277.58º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602285 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 34 133 -
CMYK 0.28 0.74 0 0.48
HSL 277.58º 0.59% 0.33% -
HSV(B) 277.58º 0.74% 0.52% -
XYZ 9.63 5.32 22.71 -
YUV 63.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 96 34 133 0.28 0.74 0 0.48 277.58 0.59 0.33
Hex 60 22 85 1C 4A 0 30 116 3B 21
Octal 140 42 205 34 112 0 60 426 73 41
Binary 1100000 100010 10000101 11100 1001010 0 110000 100010110 111011 100001

Color Harmonies of #602285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602285

Black with #602285

Text Example


Text Example

White with #602285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602285; }

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

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

background-color css

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

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

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

border-color css

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

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

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