Html Css Color HEX #6F687A Scarpa Flow

📋 copy color: '#6F687A'

red 111 ◦ green 104 ◦ blue 122

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

Shades of Scarpa Flow #6F687A

Tints of Scarpa Flow #6F687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

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

R = 32.94%
G = 30.86%
B = 36.2%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F687A (or 0x6F687A) is known color: Scarpa Flow. HEX triplet: 6F, 68 and 7A. RGB value is (111,104,122). Sum of RGB (Red+Green+Blue) = 111+104+122=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F687A is #909785. Grayscale: #6C6C6C. Windows color (decimal): -9475974 or 8022127. OLE color: 8022127.

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

Color convert

RGB 111 104 122 -
CMYK 0.09 0.15 0 0.52
HSL 263.33º 0.08% 0.44% -
HSV(B) 263.33º 0.15% 0.48% -
XYZ 15.02 14.69 20.46 -
YUV 108.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 111 104 122 0.09 0.15 0 0.52 263.33 0.08 0.44
Hex 6F 68 7A 9 F 0 34 107 8 2C
Octal 157 150 172 11 17 0 64 407 10 54
Binary 1101111 1101000 1111010 1001 1111 0 110100 100000111 1000 101100

Color Harmonies of #6F687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F687A

Black with #6F687A

Text Example


Text Example

White with #6F687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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