#6B6278

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

Shades of Scarpa Flow #6B6278

Tints of Scarpa Flow #6B6278

Color information

#6B6278 (or 0x6B6278) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 62 and 78. RGB value is (107,98,120). Sum of RGB (Red+Green+Blue) = 107+98+120=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B6278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6278 is #949D87. Grayscale: #676767. Windows color (decimal): -9739656 or 7889515. OLE color: 7889515.

HSL color Cylindrical-coordinate representation of color #6B6278: hue angle of 264.55º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6278 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10798120-
CMYK0.110.1800.53
HSL264.55º10.09%42.75%-
HSV(B)264.55º18.33%47.06%-
XYZ13.8213.2219.59-
YUV103.2137.48130.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=32.92%
G=30.15%
B=36.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107981200.110.1800.53264.5510.0942.75
Hex6B6278B12035109a2b
Octal15314217013220654111253
Binary11010111100010111100010111001001101011000010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,120); }

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

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

 a { background-color: rgb(107,98,120); }

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

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

 span { border-color: rgb(107,98,120); }

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