Html Css Color HEX #6C7873 Sirocco

📋 copy color: '#6C7873'

red 108 ◦ green 120 ◦ blue 115

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

Shades of Sirocco #6C7873

Tints of Sirocco #6C7873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 31.49%
G = 34.99%
B = 33.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#6C7873 (or 0x6C7873) is known color: Sirocco. HEX triplet: 6C, 78 and 73. RGB value is (108,120,115). Sum of RGB (Red+Green+Blue) = 108+120+115=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7873 is #93878C. Grayscale: #737373. Windows color (decimal): -9668493 or 7567468. OLE color: 7567468.

HSL color Cylindrical-coordinate representation of color #6C7873: hue angle of 155º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C7873 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 120 115 -
CMYK 0.10 0 0.04 0.53
HSL 155º 0.05% 0.45% -
HSV(B) 155º 0.1% 0.47% -
XYZ 16 17.86 18.82 -
YUV 115.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 108 120 115 0.10 0 0.04 0.53 155 0.05 0.45
Hex 6C 78 73 A 0 4 35 9B 5 2D
Octal 154 170 163 12 0 4 65 233 5 55
Binary 1101100 1111000 1110011 1010 0 100 110101 10011011 101 101101

Color Harmonies of #6C7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7873

Black with #6C7873

Text Example


Text Example

White with #6C7873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,120,115); }

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

background-color css

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

 a { background-color: rgb(108,120,115); }

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

border-color css

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

 span { border-color: rgb(108,120,115); }

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