Html Css Color HEX #602485 Kingfisher Daisy

📋 copy color: '#602485'

red 96 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #602485

Tints of Kingfisher Daisy #602485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 36.23%
G = 13.58%
B = 50.19%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#602485 (or 0x602485) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 85. RGB value is (96,36,133). Sum of RGB (Red+Green+Blue) = 96+36+133=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #602485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602485 is #9FDB7A. Grayscale: #404040. Windows color (decimal): -10476411 or 8725600. OLE color: 8725600.

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

Color convert

RGB 96 36 133 -
CMYK 0.28 0.73 0 0.48
HSL 277.11º 0.57% 0.33% -
HSV(B) 277.11º 0.73% 0.52% -
XYZ 9.69 5.44 22.73 -
YUV 65 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 96 36 133 0.28 0.73 0 0.48 277.11 0.57 0.33
Hex 60 24 85 1C 49 0 30 115 39 21
Octal 140 44 205 34 111 0 60 425 71 41
Binary 1100000 100100 10000101 11100 1001001 0 110000 100010101 111001 100001

Color Harmonies of #602485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602485

Black with #602485

Text Example


Text Example

White with #602485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602485; }

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

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

background-color css

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

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

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

border-color css

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

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

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