#689ED9

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

Shades of Picton Blue #689ED9

Tints of Picton Blue #689ED9

Color information

#689ED9 (or 0x689ED9) is unknown color: approx Picton Blue. HEX triplet: 68, 9E and D9. RGB value is (104,158,217). Sum of RGB (Red+Green+Blue) = 104+158+217=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #689ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ED9 is #976126. Grayscale: #949494. Windows color (decimal): -9920807 or 14261864. OLE color: 14261864.

HSL color Cylindrical-coordinate representation of color #689ED9: hue angle of 211.33º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #689ED9 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104158217-
CMYK0.520.2700.15
HSL211.33º59.79%62.94%-
HSV(B)211.33º52.07%85.1%-
XYZ30.4632.4170.3-
YUV148.58166.6196.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=21.71%
G=32.99%
B=45.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041582170.520.2700.15211.3359.7962.94
Hex689ED9341B0Fd33c3f
Octal15023633164330173237477
Binary11010001001111011011001110100110110111111010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689ED9; }

 p { color: rgb(104,158,217); }

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

<style>
 a { background-color: #689ED9; }

 a { background-color: rgb(104,158,217); }

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

<style>
 span { border-color: #689ED9; }

 span { border-color: rgb(104,158,217); }

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