#6F897B

Color #6F897B Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #6F897B

Tints of Sirocco #6F897B

Color information

#6F897B (or 0x6F897B) is unknown color: approx Sirocco. HEX triplet: 6F, 89 and 7B. RGB value is (111,137,123). Sum of RGB (Red+Green+Blue) = 111+137+123=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #6F897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F897B is #907684. Grayscale: #7F7F7F. Windows color (decimal): -9467525 or 8096111. OLE color: 8096111.

HSL color Cylindrical-coordinate representation of color #6F897B: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F897B is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB111137123-
CMYK0.1900.100.46
HSL147.69º10.48%48.63%-
HSV(B)147.69º18.98%53.73%-
XYZ19.0822.722.12-
YUV127.63125.39116.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.92%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=29.92%
G=36.93%
B=33.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111371230.1900.100.46147.6910.4848.63
Hex6F897B130A2E94a31
Octal15721117323012562241261
Binary11011111000100111110111001101010101110100101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,123); }

 H1.HeaderClassName
 {
   color: #6F897B;
 }
 .AnyTagClassName
 {
   color: #6F897B;
 }
</style>
background-color css

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

 a { background-color: rgb(111,137,123); }

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

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

 span { border-color: rgb(111,137,123); }

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