Html Css Color HEX #6C213C Siren

📋 copy color: '#6C213C'

red 108 ◦ green 33 ◦ blue 60

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

Shades of Siren #6C213C

Tints of Siren #6C213C

RGB

 RED value IS 108 (42.58% from 255) = 53.73%

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 53.73%
G = 16.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C213C (or 0x6C213C) is known color: Siren. HEX triplet: 6C, 21 and 3C. RGB value is (108,33,60). Sum of RGB (Red+Green+Blue) = 108+33+60=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C213C is #93DEC3. Grayscale: #3A3A3A. Windows color (decimal): -9690820 or 3940716. OLE color: 3940716.

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

Color convert

RGB 108 33 60 -
CMYK 0 0.69 0.44 0.58
HSL 338.4º 0.53% 0.28% -
HSV(B) 338.4º 0.69% 0.42% -
XYZ 7.54 4.6 4.77 -
YUV 58.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 108 33 60 0 0.69 0.44 0.58 338.4 0.53 0.28
Hex 6C 21 3C 0 45 2C 3A 152 35 1C
Octal 154 41 74 0 105 54 72 522 65 34
Binary 1101100 100001 111100 0 1000101 101100 111010 101010010 110101 11100

Color Harmonies of #6C213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C213C

Black with #6C213C

Text Example


Text Example

White with #6C213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C213C; }

 p { color: rgb(108,33,60); }

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

background-color css

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

 a { background-color: rgb(108,33,60); }

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

border-color css

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

 span { border-color: rgb(108,33,60); }

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