Html Css Color HEX #602987 Kingfisher Daisy

📋 copy color: '#602987'

red 96 ◦ green 41 ◦ blue 135

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

Shades of Kingfisher Daisy #602987

Tints of Kingfisher Daisy #602987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

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

R = 35.29%
G = 15.07%
B = 49.63%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602987 (or 0x602987) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 87. RGB value is (96,41,135). Sum of RGB (Red+Green+Blue) = 96+41+135=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #602987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602987 is #9FD678. Grayscale: #434343. Windows color (decimal): -10475129 or 8857952. OLE color: 8857952.

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

Color convert

RGB 96 41 135 -
CMYK 0.29 0.70 0 0.47
HSL 275.11º 0.53% 0.35% -
HSV(B) 275.11º 0.7% 0.53% -
XYZ 9.99 5.82 23.52 -
YUV 68.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 96 41 135 0.29 0.70 0 0.47 275.11 0.53 0.35
Hex 60 29 87 1D 46 0 2F 113 35 23
Octal 140 51 207 35 106 0 57 423 65 43
Binary 1100000 101001 10000111 11101 1000110 0 101111 100010011 110101 100011

Color Harmonies of #602987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602987

Black with #602987

Text Example


Text Example

White with #602987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602987; }

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

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

background-color css

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

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

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

border-color css

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

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

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