Html Css Color HEX #6F2E40 Siren

📋 copy color: '#6F2E40'

red 111 ◦ green 46 ◦ blue 64

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

Shades of Siren #6F2E40

Tints of Siren #6F2E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.81%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 50.23%
G = 20.81%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F2E40 (or 0x6F2E40) is known color: Siren. HEX triplet: 6F, 2E and 40. RGB value is (111,46,64). Sum of RGB (Red+Green+Blue) = 111+46+64=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E40 is #90D1BF. Grayscale: #434343. Windows color (decimal): -9490880 or 4206191. OLE color: 4206191.

HSL color Cylindrical-coordinate representation of color #6F2E40: hue angle of 343.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E40 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 46 64 -
CMYK 0 0.59 0.42 0.56
HSL 343.38º 0.41% 0.31% -
HSV(B) 343.38º 0.59% 0.44% -
XYZ 8.46 5.7 5.51 -
YUV 67.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 111 46 64 0 0.59 0.42 0.56 343.38 0.41 0.31
Hex 6F 2E 40 0 3B 2A 38 157 29 1F
Octal 157 56 100 0 73 52 70 527 51 37
Binary 1101111 101110 1000000 0 111011 101010 111000 101010111 101001 11111

Color Harmonies of #6F2E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2E40

Black with #6F2E40

Text Example


Text Example

White with #6F2E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,46,64); }

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

background-color css

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

 a { background-color: rgb(111,46,64); }

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

border-color css

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

 span { border-color: rgb(111,46,64); }

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