Html Css Color HEX #6B213C Siren

📋 copy color: '#6B213C'

red 107 ◦ green 33 ◦ blue 60

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

Shades of Siren #6B213C

Tints of Siren #6B213C

RGB

 RED value IS 107 (42.19% from 255) = 53.5%

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

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

R = 53.5%
G = 16.5%
B = 30%

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

#6B213C (or 0x6B213C) is known color: Siren. HEX triplet: 6B, 21 and 3C. RGB value is (107,33,60). Sum of RGB (Red+Green+Blue) = 107+33+60=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B213C is #94DEC3. Grayscale: #3A3A3A. Windows color (decimal): -9756356 or 3940715. OLE color: 3940715.

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

Color convert

RGB 107 33 60 -
CMYK 0 0.69 0.44 0.58
HSL 338.11º 0.53% 0.27% -
HSV(B) 338.11º 0.69% 0.42% -
XYZ 7.42 4.54 4.76 -
YUV 58.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 107 33 60 0 0.69 0.44 0.58 338.11 0.53 0.27
Hex 6B 21 3C 0 45 2C 3A 152 35 1B
Octal 153 41 74 0 105 54 72 522 65 33
Binary 1101011 100001 111100 0 1000101 101100 111010 101010010 110101 11011

Color Harmonies of #6B213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B213C

Black with #6B213C

Text Example


Text Example

White with #6B213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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