Shades of Chetwode Blue #6265AF
Tints of Chetwode Blue #6265AF
RGB
CMYK
RGB Variations
Color information
#6265AF (or 0x6265AF) is known color: Chetwode Blue. HEX triplet: 62, 65 and AF. RGB value is (98,101,175). Sum of RGB (Red+Green+Blue) = 98+101+175=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #6265AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6265AF is #9D9A50. Grayscale: #6C6C6C. Windows color (decimal): -10328657 or 11494754. OLE color: 11494754.
HSL color Cylindrical-coordinate representation of color #6265AF: hue angle of 237.66º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6265AF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 101 | 175 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.31 |
| HSL | 237.66º | 0.32% | 0.54% | - |
| HSV(B) | 237.66º | 0.44% | 0.69% | - |
| XYZ | 17.43 | 15 | 42.53 | - |
| YUV | 108.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 175 | 0.44 | 0.42 | 0 | 0.31 | 237.66 | 0.32 | 0.54 |
| Hex | 62 | 65 | AF | 2C | 2A | 0 | 1F | EE | 20 | 36 |
| Octal | 142 | 145 | 257 | 54 | 52 | 0 | 37 | 356 | 40 | 66 |
| Binary | 1100010 | 1100101 | 10101111 | 101100 | 101010 | 0 | 11111 | 11101110 | 100000 | 110110 |
Color Harmonies of #6265AF
Complementary color
Monochromatic Colors of #6265AF
Black with #6265AF
Text Example
Text Example
White with #6265AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265AF; }
p { color: rgb(98,101,175); }
H1.HeaderClassName
{
color: #6265AF;
}
.AnyTagClassName
{
color: #6265AF;
}
</style>
background-color css
<style>
a { background-color: #6265AF; }
a { background-color: rgb(98,101,175); }
div.DivClassName
{
background-color: #6265AF;
}
.BgClassName
{
background-color: #6265AF;
}
</style>
border-color css
<style>
span { border-color: #6265AF; }
span { border-color: rgb(98,101,175); }
td.TdClassName
{
border-color: #6265AF;
}
.TagClassName
{
border-color: #6265AF;
}
</style>