#659DD0

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

Shades of Picton Blue #659DD0

Tints of Picton Blue #659DD0

Color information

#659DD0 (or 0x659DD0) is unknown color: approx Picton Blue. HEX triplet: 65, 9D and D0. RGB value is (101,157,208). Sum of RGB (Red+Green+Blue) = 101+157+208=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #659DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DD0 is #9A622F. Grayscale: #919191. Windows color (decimal): -10117680 or 13671781. OLE color: 13671781.

HSL color Cylindrical-coordinate representation of color #659DD0: hue angle of 208.6º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659DD0 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101157208-
CMYK0.510.2500.18
HSL208.6º53.23%60.59%-
HSV(B)208.6º51.44%81.57%-
XYZ28.8131.4364.22-
YUV146.07162.9595.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 208 (81.64% from 255) = 44.64%
R=21.67%
G=33.69%
B=44.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011572080.510.2500.18208.653.2360.59
Hex659DD03319012d1353d
Octal14523532063310223216575
Binary110010110011101110100001100111100101001011010001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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