Html Css Color HEX #602D69 Seance

📋 copy color: '#602D69'

red 96 ◦ green 45 ◦ blue 105

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

Shades of Seance #602D69

Tints of Seance #602D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 39.02%
G = 18.29%
B = 42.68%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#602D69 (or 0x602D69) is known color: Seance. HEX triplet: 60, 2D and 69. RGB value is (96,45,105). Sum of RGB (Red+Green+Blue) = 96+45+105=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #602D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D69 is #9FD296. Grayscale: #424242. Windows color (decimal): -10474135 or 6892896. OLE color: 6892896.

HSL color Cylindrical-coordinate representation of color #602D69: hue angle of 291º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602D69 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 45 105 -
CMYK 0.09 0.57 0 0.59
HSL 291º 0.4% 0.29% -
HSV(B) 291º 0.57% 0.41% -
XYZ 8.31 5.38 13.97 -
YUV 67.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 96 45 105 0.09 0.57 0 0.59 291 0.4 0.29
Hex 60 2D 69 9 39 0 3B 123 28 1D
Octal 140 55 151 11 71 0 73 443 50 35
Binary 1100000 101101 1101001 1001 111001 0 111011 100100011 101000 11101

Color Harmonies of #602D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D69

Black with #602D69

Text Example


Text Example

White with #602D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D69; }

 p { color: rgb(96,45,105); }

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

background-color css

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

 a { background-color: rgb(96,45,105); }

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

border-color css

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

 span { border-color: rgb(96,45,105); }

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