#659EDC

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

Shades of Picton Blue #659EDC

Tints of Picton Blue #659EDC

Color information

#659EDC (or 0x659EDC) is unknown color: approx Picton Blue. HEX triplet: 65, 9E and DC. RGB value is (101,158,220). Sum of RGB (Red+Green+Blue) = 101+158+220=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #659EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EDC is #9A6123. Grayscale: #939393. Windows color (decimal): -10117412 or 14458469. OLE color: 14458469.

HSL color Cylindrical-coordinate representation of color #659EDC: hue angle of 211.26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659EDC is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101158220-
CMYK0.540.2800.14
HSL211.26º62.96%62.94%-
HSV(B)211.26º54.09%86.27%-
XYZ30.5132.3972.35-
YUV148.02168.6294.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=21.09%
G=32.99%
B=45.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011582200.540.2800.14211.2662.9662.94
Hex659EDC361C0Ed33f3f
Octal14523633466340163237777
Binary11001011001111011011100110110111000111011010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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