Shades of Picton Blue #639CD5
Tints of Picton Blue #639CD5
RGB
CMYK
RGB Variations
Color information
#639CD5 (or 0x639CD5) is known color: Picton Blue. HEX triplet: 63, 9C and D5. RGB value is (99,156,213). Sum of RGB (Red+Green+Blue) = 99+156+213=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #639CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CD5 is #9C632A. Grayscale: #919191. Windows color (decimal): -10249003 or 13999203. OLE color: 13999203.
HSL color Cylindrical-coordinate representation of color #639CD5: hue angle of 210º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639CD5 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 156 | 213 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.16 |
| HSL | 210º | 0.58% | 0.61% | - |
| HSV(B) | 210º | 0.54% | 0.84% | - |
| XYZ | 29.04 | 31.23 | 67.45 | - |
| YUV | 145.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 213 | 0.54 | 0.27 | 0 | 0.16 | 210 | 0.58 | 0.61 |
| Hex | 63 | 9C | D5 | 36 | 1B | 0 | 10 | D2 | 3A | 3D |
| Octal | 143 | 234 | 325 | 66 | 33 | 0 | 20 | 322 | 72 | 75 |
| Binary | 1100011 | 10011100 | 11010101 | 110110 | 11011 | 0 | 10000 | 11010010 | 111010 | 111101 |
Color Harmonies of #639CD5
Complementary color
Monochromatic Colors of #639CD5
Black with #639CD5
Text Example
Text Example
White with #639CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CD5; }
p { color: rgb(99,156,213); }
H1.HeaderClassName
{
color: #639CD5;
}
.AnyTagClassName
{
color: #639CD5;
}
</style>
background-color css
<style>
a { background-color: #639CD5; }
a { background-color: rgb(99,156,213); }
div.DivClassName
{
background-color: #639CD5;
}
.BgClassName
{
background-color: #639CD5;
}
</style>
border-color css
<style>
span { border-color: #639CD5; }
span { border-color: rgb(99,156,213); }
td.TdClassName
{
border-color: #639CD5;
}
.TagClassName
{
border-color: #639CD5;
}
</style>