Shades of Cadet Blue #699CA4
Tints of Cadet Blue #699CA4
RGB
CMYK
RGB Variations
Color information
#699CA4 (or 0x699CA4) is known color: Cadet Blue. HEX triplet: 69, 9C and A4. RGB value is (105,156,164). Sum of RGB (Red+Green+Blue) = 105+156+164=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #699CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699CA4 is #96635B. Grayscale: #8D8D8D. Windows color (decimal): -9855836 or 10787945. OLE color: 10787945.
HSL color Cylindrical-coordinate representation of color #699CA4: hue angle of 188.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699CA4 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 156 | 164 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.36 |
| HSL | 188.14º | 0.24% | 0.53% | - |
| HSV(B) | 188.14º | 0.36% | 0.64% | - |
| XYZ | 24.42 | 29.46 | 39.52 | - |
| YUV | 141.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 164 | 0.36 | 0.05 | 0 | 0.36 | 188.14 | 0.24 | 0.53 |
| Hex | 69 | 9C | A4 | 24 | 5 | 0 | 24 | BC | 18 | 35 |
| Octal | 151 | 234 | 244 | 44 | 5 | 0 | 44 | 274 | 30 | 65 |
| Binary | 1101001 | 10011100 | 10100100 | 100100 | 101 | 0 | 100100 | 10111100 | 11000 | 110101 |
Color Harmonies of #699CA4
Complementary color
Monochromatic Colors of #699CA4
Black with #699CA4
Text Example
Text Example
White with #699CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CA4; }
p { color: rgb(105,156,164); }
H1.HeaderClassName
{
color: #699CA4;
}
.AnyTagClassName
{
color: #699CA4;
}
</style>
background-color css
<style>
a { background-color: #699CA4; }
a { background-color: rgb(105,156,164); }
div.DivClassName
{
background-color: #699CA4;
}
.BgClassName
{
background-color: #699CA4;
}
</style>
border-color css
<style>
span { border-color: #699CA4; }
span { border-color: rgb(105,156,164); }
td.TdClassName
{
border-color: #699CA4;
}
.TagClassName
{
border-color: #699CA4;
}
</style>