Html Css Color HEX #6B7870 Sirocco

📋 copy color: '#6B7870'

red 107 ◦ green 120 ◦ blue 112

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

Shades of Sirocco #6B7870

Tints of Sirocco #6B7870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 31.56%
G = 35.4%
B = 33.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#6B7870 (or 0x6B7870) is known color: Sirocco. HEX triplet: 6B, 78 and 70. RGB value is (107,120,112). Sum of RGB (Red+Green+Blue) = 107+120+112=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7870 is #94878F. Grayscale: #737373. Windows color (decimal): -9734032 or 7370859. OLE color: 7370859.

HSL color Cylindrical-coordinate representation of color #6B7870: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7870 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 120 112 -
CMYK 0.11 0 0.07 0.53
HSL 143.08º 0.06% 0.45% -
HSV(B) 143.08º 0.11% 0.47% -
XYZ 15.7 17.73 17.92 -
YUV 115.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 107 120 112 0.11 0 0.07 0.53 143.08 0.06 0.45
Hex 6B 78 70 B 0 7 35 8F 6 2D
Octal 153 170 160 13 0 7 65 217 6 55
Binary 1101011 1111000 1110000 1011 0 111 110101 10001111 110 101101

Color Harmonies of #6B7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7870

Black with #6B7870

Text Example


Text Example

White with #6B7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,112); }

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

background-color css

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

 a { background-color: rgb(107,120,112); }

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

border-color css

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

 span { border-color: rgb(107,120,112); }

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