#689AD5

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

Shades of Picton Blue #689AD5

Tints of Picton Blue #689AD5

Color information

#689AD5 (or 0x689AD5) is unknown color: approx Picton Blue. HEX triplet: 68, 9A and D5. RGB value is (104,154,213). Sum of RGB (Red+Green+Blue) = 104+154+213=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #689AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AD5 is #97652A. Grayscale: #919191. Windows color (decimal): -9921835 or 13998696. OLE color: 13998696.

HSL color Cylindrical-coordinate representation of color #689AD5: hue angle of 212.48º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #689AD5 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104154213-
CMYK0.510.2800.16
HSL212.48º56.48%62.16%-
HSV(B)212.48º51.17%83.53%-
XYZ29.2730.8667.36-
YUV145.78165.9498.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.08%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=22.08%
G=32.70%
B=45.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041542130.510.2800.16212.4856.4862.16
Hex689AD5331C010d4383e
Octal15023232563340203247076
Binary110100010011010110101011100111110001000011010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,213); }

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

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

 a { background-color: rgb(104,154,213); }

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

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

 span { border-color: rgb(104,154,213); }

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