#659DCF

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

Shades of Picton Blue #659DCF

Tints of Picton Blue #659DCF

Color information

#659DCF (or 0x659DCF) is unknown color: approx Picton Blue. HEX triplet: 65, 9D and CF. RGB value is (101,157,207). Sum of RGB (Red+Green+Blue) = 101+157+207=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #659DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DCF is #9A6230. Grayscale: #919191. Windows color (decimal): -10117681 or 13606245. OLE color: 13606245.

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

Color convert

RGB101157207-
CMYK0.510.2400.19
HSL208.3º52.48%60.39%-
HSV(B)208.3º51.21%81.18%-
XYZ28.6931.3963.58-
YUV145.96162.4595.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=21.72%
G=33.76%
B=44.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011572070.510.2400.19208.352.4860.39
Hex659DCF3318013d0343c
Octal14523531763300233206474
Binary110010110011101110011111100111100001001111010000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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