#659CD8

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

Shades of Picton Blue #659CD8

Tints of Picton Blue #659CD8

Color information

#659CD8 (or 0x659CD8) is unknown color: approx Picton Blue. HEX triplet: 65, 9C and D8. RGB value is (101,156,216). Sum of RGB (Red+Green+Blue) = 101+156+216=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #659CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CD8 is #9A6327. Grayscale: #929292. Windows color (decimal): -10117928 or 14195813. OLE color: 14195813.

HSL color Cylindrical-coordinate representation of color #659CD8: hue angle of 211.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659CD8 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101156216-
CMYK0.530.2800.15
HSL211.3º59.59%62.16%-
HSV(B)211.3º53.24%84.71%-
XYZ29.6531.569.48-
YUV146.39167.2895.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 216 (84.77% from 255) = 45.67%
R=21.35%
G=32.98%
B=45.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011562160.530.2800.15211.359.5962.16
Hex659CD8351C0Fd33c3e
Octal14523433065340173237476
Binary11001011001110011011000110101111000111111010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,156,216); }

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

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

 a { background-color: rgb(101,156,216); }

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

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

 span { border-color: rgb(101,156,216); }

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