#689BD7

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

Shades of Picton Blue #689BD7

Tints of Picton Blue #689BD7

Color information

#689BD7 (or 0x689BD7) is unknown color: approx Picton Blue. HEX triplet: 68, 9B and D7. RGB value is (104,155,215). Sum of RGB (Red+Green+Blue) = 104+155+215=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #689BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BD7 is #976428. Grayscale: #929292. Windows color (decimal): -9921577 or 14130024. OLE color: 14130024.

HSL color Cylindrical-coordinate representation of color #689BD7: hue angle of 212.43º 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 #689BD7 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104155215-
CMYK0.520.2800.16
HSL212.43º58.12%62.55%-
HSV(B)212.43º51.63%84.31%-
XYZ29.731.2968.76-
YUV146.59166.697.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.94%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=21.94%
G=32.70%
B=45.36%

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
Decimal1041552150.520.2800.16212.4358.1262.55
Hex689BD7341C010d43a3f
Octal15023332764340203247277
Binary110100010011011110101111101001110001000011010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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