Html Css Color HEX #6B6870 Scarpa Flow

📋 copy color: '#6B6870'

red 107 ◦ green 104 ◦ blue 112

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

Shades of Scarpa Flow #6B6870

Tints of Scarpa Flow #6B6870

RGB

 RED value IS 107 (42.19% from 255) = 33.13%

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 33.13%
G = 32.2%
B = 34.67%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B6870 (or 0x6B6870) is known color: Scarpa Flow. HEX triplet: 6B, 68 and 70. RGB value is (107,104,112). Sum of RGB (Red+Green+Blue) = 107+104+112=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6870 is #94978F. Grayscale: #696969. Windows color (decimal): -9738128 or 7366763. OLE color: 7366763.

HSL color Cylindrical-coordinate representation of color #6B6870: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6870 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 104 112 -
CMYK 0.04 0.07 0 0.56
HSL 262.5º 0.04% 0.42% -
HSV(B) 262.5º 0.07% 0.44% -
XYZ 13.94 14.2 17.33 -
YUV 105.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 107 104 112 0.04 0.07 0 0.56 262.5 0.04 0.42
Hex 6B 68 70 4 7 0 38 106 4 2A
Octal 153 150 160 4 7 0 70 406 4 52
Binary 1101011 1101000 1110000 100 111 0 111000 100000110 100 101010

Color Harmonies of #6B6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6870

Black with #6B6870

Text Example


Text Example

White with #6B6870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,104,112); }

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

background-color css

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

 a { background-color: rgb(107,104,112); }

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

border-color css

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

 span { border-color: rgb(107,104,112); }

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