#689AC6

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

Shades of Picton Blue #689AC6

Tints of Picton Blue #689AC6

Color information

#689AC6 (or 0x689AC6) is unknown color: approx Picton Blue. HEX triplet: 68, 9A and C6. RGB value is (104,154,198). Sum of RGB (Red+Green+Blue) = 104+154+198=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #689AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AC6 is #976539. Grayscale: #8F8F8F. Windows color (decimal): -9921850 or 13015656. OLE color: 13015656.

HSL color Cylindrical-coordinate representation of color #689AC6: hue angle of 208.09º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #689AC6 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104154198-
CMYK0.470.2200.22
HSL208.09º45.19%59.22%-
HSV(B)208.09º47.47%77.65%-
XYZ27.4630.1357.79-
YUV144.07158.4499.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.81%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 198 (77.73% from 255) = 43.42%
R=22.81%
G=33.77%
B=43.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041541980.470.2200.22208.0945.1959.22
Hex689AC62F16016d02d3b
Octal15023230657260263205573
Binary110100010011010110001101011111011001011011010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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