#659BCD

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

Shades of Picton Blue #659BCD

Tints of Picton Blue #659BCD

Color information

#659BCD (or 0x659BCD) is unknown color: approx Picton Blue. HEX triplet: 65, 9B and CD. RGB value is (101,155,205). Sum of RGB (Red+Green+Blue) = 101+155+205=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #659BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BCD is #9A6432. Grayscale: #909090. Windows color (decimal): -10118195 or 13474661. OLE color: 13474661.

HSL color Cylindrical-coordinate representation of color #659BCD: hue angle of 208.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659BCD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101155205-
CMYK0.510.2400.20
HSL208.85º50.98%60%-
HSV(B)208.85º50.73%80.39%-
XYZ28.1130.6262.19-
YUV144.55162.1196.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=21.91%
G=33.62%
B=44.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011552050.510.2400.20208.8550.9860
Hex659BCD3318014d1333c
Octal14523331563300243216374
Binary110010110011011110011011100111100001010011010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,155,205); }

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

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

 a { background-color: rgb(101,155,205); }

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

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

 span { border-color: rgb(101,155,205); }

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