Html Css Color HEX #602487 Kingfisher Daisy

📋 copy color: '#602487'

red 96 ◦ green 36 ◦ blue 135

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

Shades of Kingfisher Daisy #602487

Tints of Kingfisher Daisy #602487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.56%

R = 35.96%
G = 13.48%
B = 50.56%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602487 (or 0x602487) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 87. RGB value is (96,36,135). Sum of RGB (Red+Green+Blue) = 96+36+135=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #602487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602487 is #9FDB78. Grayscale: #404040. Windows color (decimal): -10476409 or 8856672. OLE color: 8856672.

HSL color Cylindrical-coordinate representation of color #602487: hue angle of 276.36º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602487 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 36 135 -
CMYK 0.29 0.73 0 0.47
HSL 276.36º 0.58% 0.34% -
HSV(B) 276.36º 0.73% 0.53% -
XYZ 9.83 5.5 23.46 -
YUV 65.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 96 36 135 0.29 0.73 0 0.47 276.36 0.58 0.34
Hex 60 24 87 1D 49 0 2F 114 3A 22
Octal 140 44 207 35 111 0 57 424 72 42
Binary 1100000 100100 10000111 11101 1001001 0 101111 100010100 111010 100010

Color Harmonies of #602487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602487

Black with #602487

Text Example


Text Example

White with #602487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602487; }

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

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

background-color css

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

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

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

border-color css

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

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

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