#659ECC

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

Shades of Picton Blue #659ECC

Tints of Picton Blue #659ECC

Color information

#659ECC (or 0x659ECC) is unknown color: approx Picton Blue. HEX triplet: 65, 9E and CC. RGB value is (101,158,204). Sum of RGB (Red+Green+Blue) = 101+158+204=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #659ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECC is #9A6133. Grayscale: #919191. Windows color (decimal): -10117428 or 13409893. OLE color: 13409893.

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

Color convert

RGB101158204-
CMYK0.500.2300.2
HSL206.8º50.24%59.8%-
HSV(B)206.8º50.49%80%-
XYZ28.4931.5861.72-
YUV146.2160.6295.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=21.81%
G=34.13%
B=44.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011582040.500.2300.2206.850.2459.8
Hex659ECC3217014cf323c
Octal14523631462270243176274
Binary110010110011110110011001100101011101010011001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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