Shades of Cerulean #0683AF
Tints of Cerulean #0683AF
RGB
CMYK
RGB Variations
Color information
#0683AF (or 0x0683AF) is known color: Cerulean. HEX triplet: 06, 83 and AF. RGB value is (6,131,175). Sum of RGB (Red+Green+Blue) = 6+131+175=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #0683AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0683AF is #F97C50. Grayscale: #626262. Windows color (decimal): -16350289 or 11502342. OLE color: 11502342.
HSL color Cylindrical-coordinate representation of color #0683AF: hue angle of 195.62º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0683AF is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 131 | 175 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.31 |
| HSL | 195.62º | 0.93% | 0.35% | - |
| HSV(B) | 195.62º | 0.97% | 0.69% | - |
| XYZ | 15.93 | 19.37 | 43.46 | - |
| YUV | 98.64 | 171.09 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 175 | 0.97 | 0.25 | 0 | 0.31 | 195.62 | 0.93 | 0.35 |
| Hex | 6 | 83 | AF | 61 | 19 | 0 | 1F | C4 | 5D | 23 |
| Octal | 6 | 203 | 257 | 141 | 31 | 0 | 37 | 304 | 135 | 43 |
| Binary | 110 | 10000011 | 10101111 | 1100001 | 11001 | 0 | 11111 | 11000100 | 1011101 | 100011 |
Color Harmonies of #0683AF
Complementary color
Monochromatic Colors of #0683AF
Black with #0683AF
Text Example
Text Example
White with #0683AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0683AF; }
p { color: rgb(6,131,175); }
H1.HeaderClassName
{
color: #0683AF;
}
.AnyTagClassName
{
color: #0683AF;
}
</style>
background-color css
<style>
a { background-color: #0683AF; }
a { background-color: rgb(6,131,175); }
div.DivClassName
{
background-color: #0683AF;
}
.BgClassName
{
background-color: #0683AF;
}
</style>
border-color css
<style>
span { border-color: #0683AF; }
span { border-color: rgb(6,131,175); }
td.TdClassName
{
border-color: #0683AF;
}
.TagClassName
{
border-color: #0683AF;
}
</style>