#659DD6

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

Shades of Picton Blue #659DD6

Tints of Picton Blue #659DD6

Color information

#659DD6 (or 0x659DD6) is unknown color: approx Picton Blue. HEX triplet: 65, 9D and D6. RGB value is (101,157,214). Sum of RGB (Red+Green+Blue) = 101+157+214=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #659DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DD6 is #9A6229. Grayscale: #929292. Windows color (decimal): -10117674 or 14064997. OLE color: 14064997.

HSL color Cylindrical-coordinate representation of color #659DD6: hue angle of 210.27º degrees, saturation: 0.58, 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 #659DD6 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101157214-
CMYK0.530.2700.16
HSL210.27º57.95%61.76%-
HSV(B)210.27º52.8%83.92%-
XYZ29.5631.7468.19-
YUV146.75165.9595.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.40%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=21.40%
G=33.26%
B=45.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011572140.530.2700.16210.2757.9561.76
Hex659DD6351B010d23a3e
Octal14523532665330203227276
Binary110010110011101110101101101011101101000011010010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,157,214); }

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

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

 a { background-color: rgb(101,157,214); }

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

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

 span { border-color: rgb(101,157,214); }

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