#659AD1

Color #659AD1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #659AD1

Tints of Picton Blue #659AD1

Color information

#659AD1 (or 0x659AD1) is unknown color: approx Picton Blue. HEX triplet: 65, 9A and D1. RGB value is (101,154,209). Sum of RGB (Red+Green+Blue) = 101+154+209=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #659AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AD1 is #9A652E. Grayscale: #909090. Windows color (decimal): -10118447 or 13736549. OLE color: 13736549.

HSL color Cylindrical-coordinate representation of color #659AD1: hue angle of 210.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #659AD1 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101154209-
CMYK0.520.2600.18
HSL210.56º54%60.78%-
HSV(B)210.56º51.67%81.96%-
XYZ28.4330.4864.71-
YUV144.42164.4497.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 21.77%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=21.77%
G=33.19%
B=45.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011542090.520.2600.18210.565460.78
Hex659AD1341A012d3363d
Octal14523232164320223236675
Binary110010110011010110100011101001101001001011010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659AD1; }

 p { color: rgb(101,154,209); }

 H1.HeaderClassName
 {
   color: #659AD1;
 }
 .AnyTagClassName
 {
   color: #659AD1;
 }
</style>
background-color css

<style>
 a { background-color: #659AD1; }

 a { background-color: rgb(101,154,209); }

 div.DivClassName
 {
   background-color: #659AD1;
 }
 .BgClassName
 {
   background-color: #659AD1;
 }
</style>
border-color css

<style>
 span { border-color: #659AD1; }

 span { border-color: rgb(101,154,209); }

 td.TdClassName
 {
   border-color: #659AD1;
 }
 .TagClassName
 {
   border-color: #659AD1;
 }
</style>