#6B6075

Color #6B6075 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #6B6075

Tints of Scarpa Flow #6B6075

Color information

#6B6075 (or 0x6B6075) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 60 and 75. RGB value is (107,96,117). Sum of RGB (Red+Green+Blue) = 107+96+117=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6075 is #949F8A. Grayscale: #656565. Windows color (decimal): -9740171 or 7692395. OLE color: 7692395.

HSL color Cylindrical-coordinate representation of color #6B6075: hue angle of 271.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6075 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10796117-
CMYK0.090.1800.54
HSL271.43º9.86%41.76%-
HSV(B)271.43º17.95%45.88%-
XYZ13.4612.7818.59-
YUV101.68136.64131.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=33.44%
G=30%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107961170.090.1800.54271.439.8641.76
Hex6B607591203610fa2a
Octal15314016511220664171252
Binary11010111100000111010110011001001101101000011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,117); }

 H1.HeaderClassName
 {
   color: #6B6075;
 }
 .AnyTagClassName
 {
   color: #6B6075;
 }
</style>
background-color css

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

 a { background-color: rgb(107,96,117); }

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

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

 span { border-color: rgb(107,96,117); }

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