#659AD0

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

Shades of Picton Blue #659AD0

Tints of Picton Blue #659AD0

Color information

#659AD0 (or 0x659AD0) is unknown color: approx Picton Blue. HEX triplet: 65, 9A and D0. RGB value is (101,154,208). Sum of RGB (Red+Green+Blue) = 101+154+208=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #659AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AD0 is #9A652F. Grayscale: #909090. Windows color (decimal): -10118448 or 13671013. OLE color: 13671013.

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

Color convert

RGB101154208-
CMYK0.510.2600.18
HSL210.28º53.23%60.59%-
HSV(B)210.28º51.44%81.57%-
XYZ28.3130.4364.06-
YUV144.31163.9497.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=21.81%
G=33.26%
B=44.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011542080.510.2600.18210.2853.2360.59
Hex659AD0331A012d2353d
Octal14523232063320223226575
Binary110010110011010110100001100111101001001011010010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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