#659BD7

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

Shades of Picton Blue #659BD7

Tints of Picton Blue #659BD7

Color information

#659BD7 (or 0x659BD7) is unknown color: approx Picton Blue. HEX triplet: 65, 9B and D7. RGB value is (101,155,215). Sum of RGB (Red+Green+Blue) = 101+155+215=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #659BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BD7 is #9A6428. Grayscale: #919191. Windows color (decimal): -10118185 or 14130021. OLE color: 14130021.

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

Color convert

RGB101155215-
CMYK0.530.2800.16
HSL211.58º58.76%61.96%-
HSV(B)211.58º53.02%84.31%-
XYZ29.3531.1268.75-
YUV145.69167.1196.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=21.44%
G=32.91%
B=45.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011552150.530.2800.16211.5858.7661.96
Hex659BD7351C010d43b3e
Octal14523332765340203247376
Binary110010110011011110101111101011110001000011010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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