Shades of Scarpa Flow #69676B
Tints of Scarpa Flow #69676B
RGB
CMYK
RGB Variations
Color information
#69676B (or 0x69676B) is known color: Scarpa Flow. HEX triplet: 69, 67 and 6B. RGB value is (105,103,107). Sum of RGB (Red+Green+Blue) = 105+103+107=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #69676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69676B is #969894. Grayscale: #686868. Windows color (decimal): -9869461 or 7038825. OLE color: 7038825.
HSL color Cylindrical-coordinate representation of color #69676B: hue angle of 270º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #69676B is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 105 | 103 | 107 | - |
CMYK | 0.02 | 0.04 | 0 | 0.58 |
HSL | 270º | 0.02% | 0.41% | - |
HSV(B) | 270º | 0.04% | 0.42% | - |
XYZ | 13.33 | 13.77 | 15.86 | - |
YUV | 104.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 105 | 103 | 107 | 0.02 | 0.04 | 0 | 0.58 | 270 | 0.02 | 0.41 |
Hex | 69 | 67 | 6B | 2 | 4 | 0 | 3A | 10E | 2 | 29 |
Octal | 151 | 147 | 153 | 2 | 4 | 0 | 72 | 416 | 2 | 51 |
Binary | 1101001 | 1100111 | 1101011 | 10 | 100 | 0 | 111010 | 100001110 | 10 | 101001 |
Color Harmonies of #69676B
Complementary color
Monochromatic Colors of #69676B
Black with #69676B
Text Example
Text Example
White with #69676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69676B; }
p { color: rgb(105,103,107); }
H1.HeaderClassName
{
color: #69676B;
}
.AnyTagClassName
{
color: #69676B;
}
</style>
background-color css
<style>
a { background-color: #69676B; }
a { background-color: rgb(105,103,107); }
div.DivClassName
{
background-color: #69676B;
}
.BgClassName
{
background-color: #69676B;
}
</style>
border-color css
<style>
span { border-color: #69676B; }
span { border-color: rgb(105,103,107); }
td.TdClassName
{
border-color: #69676B;
}
.TagClassName
{
border-color: #69676B;
}
</style>