Html Css Color HEX #6F667A Scarpa Flow

📋 copy color: '#6F667A'

red 111 ◦ green 102 ◦ blue 122

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

Shades of Scarpa Flow #6F667A

Tints of Scarpa Flow #6F667A

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 33.13%
G = 30.45%
B = 36.42%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F667A (or 0x6F667A) is known color: Scarpa Flow. HEX triplet: 6F, 66 and 7A. RGB value is (111,102,122). Sum of RGB (Red+Green+Blue) = 111+102+122=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F667A is #909985. Grayscale: #6A6A6A. Windows color (decimal): -9476486 or 8021615. OLE color: 8021615.

HSL color Cylindrical-coordinate representation of color #6F667A: hue angle of 267º degrees, saturation: 0.09, 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 #6F667A is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 102 122 -
CMYK 0.09 0.16 0 0.52
HSL 267º 0.09% 0.44% -
HSV(B) 267º 0.16% 0.48% -
XYZ 14.82 14.29 20.39 -
YUV 106.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 111 102 122 0.09 0.16 0 0.52 267 0.09 0.44
Hex 6F 66 7A 9 10 0 34 10B 9 2C
Octal 157 146 172 11 20 0 64 413 11 54
Binary 1101111 1100110 1111010 1001 10000 0 110100 100001011 1001 101100

Color Harmonies of #6F667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F667A

Black with #6F667A

Text Example


Text Example

White with #6F667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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