Shades of Bali Hai #7699B4
Tints of Bali Hai #7699B4
RGB
CMYK
RGB Variations
Color information
#7699B4 (or 0x7699B4) is known color: Bali Hai. HEX triplet: 76, 99 and B4. RGB value is (118,153,180). Sum of RGB (Red+Green+Blue) = 118+153+180=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #7699B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699B4 is #89664B. Grayscale: #919191. Windows color (decimal): -9004620 or 11835766. OLE color: 11835766.
HSL color Cylindrical-coordinate representation of color #7699B4: hue angle of 206.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7699B4 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 153 | 180 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.29 |
| HSL | 206.13º | 0.29% | 0.58% | - |
| HSV(B) | 206.13º | 0.34% | 0.71% | - |
| XYZ | 27.1 | 29.93 | 47.53 | - |
| YUV | 145.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 180 | 0.34 | 0.15 | 0 | 0.29 | 206.13 | 0.29 | 0.58 |
| Hex | 76 | 99 | B4 | 22 | F | 0 | 1D | CE | 1D | 3A |
| Octal | 166 | 231 | 264 | 42 | 17 | 0 | 35 | 316 | 35 | 72 |
| Binary | 1110110 | 10011001 | 10110100 | 100010 | 1111 | 0 | 11101 | 11001110 | 11101 | 111010 |
Color Harmonies of #7699B4
Complementary color
Monochromatic Colors of #7699B4
Black with #7699B4
Text Example
Text Example
White with #7699B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699B4; }
p { color: rgb(118,153,180); }
H1.HeaderClassName
{
color: #7699B4;
}
.AnyTagClassName
{
color: #7699B4;
}
</style>
background-color css
<style>
a { background-color: #7699B4; }
a { background-color: rgb(118,153,180); }
div.DivClassName
{
background-color: #7699B4;
}
.BgClassName
{
background-color: #7699B4;
}
</style>
border-color css
<style>
span { border-color: #7699B4; }
span { border-color: rgb(118,153,180); }
td.TdClassName
{
border-color: #7699B4;
}
.TagClassName
{
border-color: #7699B4;
}
</style>