#659ECA

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

Shades of Picton Blue #659ECA

Tints of Picton Blue #659ECA

Color information

#659ECA (or 0x659ECA) is unknown color: approx Picton Blue. HEX triplet: 65, 9E and CA. RGB value is (101,158,202). Sum of RGB (Red+Green+Blue) = 101+158+202=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #659ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECA is #9A6135. Grayscale: #919191. Windows color (decimal): -10117430 or 13278821. OLE color: 13278821.

HSL color Cylindrical-coordinate representation of color #659ECA: hue angle of 206.14º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659ECA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101158202-
CMYK0.500.2200.21
HSL206.14º48.79%59.41%-
HSV(B)206.14º50%79.22%-
XYZ28.2531.4860.47-
YUV145.97159.6295.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=21.91%
G=34.27%
B=43.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011582020.500.2200.21206.1448.7959.41
Hex659ECA3216015ce313b
Octal14523631262260253166173
Binary110010110011110110010101100101011001010111001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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