#659ECD

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

Shades of Picton Blue #659ECD

Tints of Picton Blue #659ECD

Color information

#659ECD (or 0x659ECD) is unknown color: approx Picton Blue. HEX triplet: 65, 9E and CD. RGB value is (101,158,205). Sum of RGB (Red+Green+Blue) = 101+158+205=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #659ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECD is #9A6132. Grayscale: #929292. Windows color (decimal): -10117427 or 13475429. OLE color: 13475429.

HSL color Cylindrical-coordinate representation of color #659ECD: hue angle of 207.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659ECD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101158205-
CMYK0.510.2300.20
HSL207.12º50.98%60%-
HSV(B)207.12º50.73%80.39%-
XYZ28.6131.6362.35-
YUV146.32161.1295.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.77%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=21.77%
G=34.05%
B=44.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011582050.510.2300.20207.1250.9860
Hex659ECD3317014cf333c
Octal14523631563270243176374
Binary110010110011110110011011100111011101010011001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,158,205); }

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

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

 a { background-color: rgb(101,158,205); }

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

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

 span { border-color: rgb(101,158,205); }

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