Shades of Picton Blue #639DD3
Tints of Picton Blue #639DD3
RGB
CMYK
RGB Variations
Color information
#639DD3 (or 0x639DD3) is known color: Picton Blue. HEX triplet: 63, 9D and D3. RGB value is (99,157,211). Sum of RGB (Red+Green+Blue) = 99+157+211=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #639DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DD3 is #9C622C. Grayscale: #919191. Windows color (decimal): -10248749 or 13868387. OLE color: 13868387.
HSL color Cylindrical-coordinate representation of color #639DD3: hue angle of 208.93º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #639DD3 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 157 | 211 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.17 |
| HSL | 208.93º | 0.56% | 0.61% | - |
| HSV(B) | 208.93º | 0.53% | 0.83% | - |
| XYZ | 28.96 | 31.47 | 66.18 | - |
| YUV | 145.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 211 | 0.53 | 0.26 | 0 | 0.17 | 208.93 | 0.56 | 0.61 |
| Hex | 63 | 9D | D3 | 35 | 1A | 0 | 11 | D1 | 38 | 3D |
| Octal | 143 | 235 | 323 | 65 | 32 | 0 | 21 | 321 | 70 | 75 |
| Binary | 1100011 | 10011101 | 11010011 | 110101 | 11010 | 0 | 10001 | 11010001 | 111000 | 111101 |
Color Harmonies of #639DD3
Complementary color
Monochromatic Colors of #639DD3
Black with #639DD3
Text Example
Text Example
White with #639DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639DD3; }
p { color: rgb(99,157,211); }
H1.HeaderClassName
{
color: #639DD3;
}
.AnyTagClassName
{
color: #639DD3;
}
</style>
background-color css
<style>
a { background-color: #639DD3; }
a { background-color: rgb(99,157,211); }
div.DivClassName
{
background-color: #639DD3;
}
.BgClassName
{
background-color: #639DD3;
}
</style>
border-color css
<style>
span { border-color: #639DD3; }
span { border-color: rgb(99,157,211); }
td.TdClassName
{
border-color: #639DD3;
}
.TagClassName
{
border-color: #639DD3;
}
</style>