#689AC8

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

Shades of Picton Blue #689AC8

Tints of Picton Blue #689AC8

Color information

#689AC8 (or 0x689AC8) is unknown color: approx Picton Blue. HEX triplet: 68, 9A and C8. RGB value is (104,154,200). Sum of RGB (Red+Green+Blue) = 104+154+200=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #689AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AC8 is #976537. Grayscale: #909090. Windows color (decimal): -9921848 or 13146728. OLE color: 13146728.

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

Color convert

RGB104154200-
CMYK0.480.2300.22
HSL208.75º46.6%59.61%-
HSV(B)208.75º48%78.43%-
XYZ27.6930.2259.02-
YUV144.29159.4499.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 200 (78.52% from 255) = 43.67%
R=22.71%
G=33.62%
B=43.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041542000.480.2300.22208.7546.659.61
Hex689AC83017016d12f3c
Octal15023231060270263215774
Binary110100010011010110010001100001011101011011010001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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