Html Css Color HEX #6C303F Siren

📋 copy color: '#6C303F'

red 108 ◦ green 48 ◦ blue 63

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

Shades of Siren #6C303F

Tints of Siren #6C303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 49.32%
G = 21.92%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6C303F (or 0x6C303F) is known color: Siren. HEX triplet: 6C, 30 and 3F. RGB value is (108,48,63). Sum of RGB (Red+Green+Blue) = 108+48+63=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C303F is #93CFC0. Grayscale: #434343. Windows color (decimal): -9686977 or 4141164. OLE color: 4141164.

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

Color convert

RGB 108 48 63 -
CMYK 0 0.56 0.42 0.58
HSL 345º 0.38% 0.31% -
HSV(B) 345º 0.56% 0.42% -
XYZ 8.14 5.66 5.37 -
YUV 67.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 108 48 63 0 0.56 0.42 0.58 345 0.38 0.31
Hex 6C 30 3F 0 38 2A 3A 159 26 1F
Octal 154 60 77 0 70 52 72 531 46 37
Binary 1101100 110000 111111 0 111000 101010 111010 101011001 100110 11111

Color Harmonies of #6C303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C303F

Black with #6C303F

Text Example


Text Example

White with #6C303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,48,63); }

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

background-color css

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

 a { background-color: rgb(108,48,63); }

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

border-color css

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

 span { border-color: rgb(108,48,63); }

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