Html Css Color HEX #6F213C Siren

📋 copy color: '#6F213C'

red 111 ◦ green 33 ◦ blue 60

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

Shades of Siren #6F213C

Tints of Siren #6F213C

RGB

 RED value IS 111 (43.75% from 255) = 54.41%

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

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

R = 54.41%
G = 16.18%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F213C (or 0x6F213C) is known color: Siren. HEX triplet: 6F, 21 and 3C. RGB value is (111,33,60). Sum of RGB (Red+Green+Blue) = 111+33+60=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F213C is #90DEC3. Grayscale: #3B3B3B. Windows color (decimal): -9494212 or 3940719. OLE color: 3940719.

HSL color Cylindrical-coordinate representation of color #6F213C: hue angle of 339.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F213C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 33 60 -
CMYK 0 0.70 0.46 0.56
HSL 339.23º 0.54% 0.28% -
HSV(B) 339.23º 0.7% 0.44% -
XYZ 7.92 4.79 4.78 -
YUV 59.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 111 33 60 0 0.70 0.46 0.56 339.23 0.54 0.28
Hex 6F 21 3C 0 46 2E 38 153 36 1C
Octal 157 41 74 0 106 56 70 523 66 34
Binary 1101111 100001 111100 0 1000110 101110 111000 101010011 110110 11100

Color Harmonies of #6F213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F213C

Black with #6F213C

Text Example


Text Example

White with #6F213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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