Html Css Color HEX #6F667B Scarpa Flow

📋 copy color: '#6F667B'

red 111 ◦ green 102 ◦ blue 123

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

Shades of Scarpa Flow #6F667B

Tints of Scarpa Flow #6F667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 33.04%
G = 30.36%
B = 36.61%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F667B (or 0x6F667B) is known color: Scarpa Flow. HEX triplet: 6F, 66 and 7B. RGB value is (111,102,123). Sum of RGB (Red+Green+Blue) = 111+102+123=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F667B is #909984. Grayscale: #6B6B6B. Windows color (decimal): -9476485 or 8087151. OLE color: 8087151.

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

Color convert

RGB 111 102 123 -
CMYK 0.10 0.17 0 0.52
HSL 265.71º 0.09% 0.44% -
HSV(B) 265.71º 0.17% 0.48% -
XYZ 14.88 14.31 20.72 -
YUV 107.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 111 102 123 0.10 0.17 0 0.52 265.71 0.09 0.44
Hex 6F 66 7B A 11 0 34 10A 9 2C
Octal 157 146 173 12 21 0 64 412 11 54
Binary 1101111 1100110 1111011 1010 10001 0 110100 100001010 1001 101100

Color Harmonies of #6F667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F667B

Black with #6F667B

Text Example


Text Example

White with #6F667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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