Html Css Color HEX #602986 Kingfisher Daisy

📋 copy color: '#602986'

red 96 ◦ green 41 ◦ blue 134

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

Shades of Kingfisher Daisy #602986

Tints of Kingfisher Daisy #602986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 35.42%
G = 15.13%
B = 49.45%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#602986 (or 0x602986) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 86. RGB value is (96,41,134). Sum of RGB (Red+Green+Blue) = 96+41+134=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #602986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602986 is #9FD679. Grayscale: #434343. Windows color (decimal): -10475130 or 8792416. OLE color: 8792416.

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

Color convert

RGB 96 41 134 -
CMYK 0.28 0.69 0 0.47
HSL 275.48º 0.53% 0.34% -
HSV(B) 275.48º 0.69% 0.53% -
XYZ 9.92 5.79 23.15 -
YUV 68.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 96 41 134 0.28 0.69 0 0.47 275.48 0.53 0.34
Hex 60 29 86 1C 45 0 2F 113 35 22
Octal 140 51 206 34 105 0 57 423 65 42
Binary 1100000 101001 10000110 11100 1000101 0 101111 100010011 110101 100010

Color Harmonies of #602986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602986

Black with #602986

Text Example


Text Example

White with #602986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602986; }

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

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

background-color css

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

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

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

border-color css

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

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

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