Html Css Color HEX #6F6779 Scarpa Flow

📋 copy color: '#6F6779'

red 111 ◦ green 103 ◦ blue 121

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

Shades of Scarpa Flow #6F6779

Tints of Scarpa Flow #6F6779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 33.13%
G = 30.75%
B = 36.12%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F6779 (or 0x6F6779) is known color: Scarpa Flow. HEX triplet: 6F, 67 and 79. RGB value is (111,103,121). Sum of RGB (Red+Green+Blue) = 111+103+121=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F6779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6779 is #909886. Grayscale: #6B6B6B. Windows color (decimal): -9476231 or 7956335. OLE color: 7956335.

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

Color convert

RGB 111 103 121 -
CMYK 0.08 0.15 0 0.53
HSL 266.67º 0.08% 0.44% -
HSV(B) 266.67º 0.15% 0.47% -
XYZ 14.86 14.46 20.1 -
YUV 107.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 111 103 121 0.08 0.15 0 0.53 266.67 0.08 0.44
Hex 6F 67 79 8 F 0 35 10B 8 2C
Octal 157 147 171 10 17 0 65 413 10 54
Binary 1101111 1100111 1111001 1000 1111 0 110101 100001011 1000 101100

Color Harmonies of #6F6779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6779

Black with #6F6779

Text Example


Text Example

White with #6F6779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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