#6F677A

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

Shades of Scarpa Flow #6F677A

Tints of Scarpa Flow #6F677A

Color information

#6F677A (or 0x6F677A) is unknown color: approx Scarpa Flow. HEX triplet: 6F, 67 and 7A. RGB value is (111,103,122). Sum of RGB (Red+Green+Blue) = 111+103+122=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F677A is #909885. Grayscale: #6B6B6B. Windows color (decimal): -9476230 or 8021871. OLE color: 8021871.

HSL color Cylindrical-coordinate representation of color #6F677A: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F677A is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB111103122-
CMYK0.090.1600.52
HSL265.26º8.44%44.12%-
HSV(B)265.26º15.57%47.84%-
XYZ14.9214.4920.42-
YUV107.56136.15130.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=33.04%
G=30.65%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111031220.090.1600.52265.268.4444.12
Hex6F677A91003410982c
Octal15714717211200644111054
Binary11011111100111111101010011000001101001000010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,122); }

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

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

 a { background-color: rgb(111,103,122); }

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

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

 span { border-color: rgb(111,103,122); }

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