#689AD7

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

Shades of Picton Blue #689AD7

Tints of Picton Blue #689AD7

Color information

#689AD7 (or 0x689AD7) is unknown color: approx Picton Blue. HEX triplet: 68, 9A and D7. RGB value is (104,154,215). Sum of RGB (Red+Green+Blue) = 104+154+215=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #689AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AD7 is #976528. Grayscale: #919191. Windows color (decimal): -9921833 or 14129768. OLE color: 14129768.

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

Color convert

RGB104154215-
CMYK0.520.2800.16
HSL212.97º58.12%62.55%-
HSV(B)212.97º51.63%84.31%-
XYZ29.5330.9668.71-
YUV146166.9498.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=21.99%
G=32.56%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041542150.520.2800.16212.9758.1262.55
Hex689AD7341C010d53a3f
Octal15023232764340203257277
Binary110100010011010110101111101001110001000011010101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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