#689FC8

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

Shades of Picton Blue #689FC8

Tints of Picton Blue #689FC8

Color information

#689FC8 (or 0x689FC8) is unknown color: approx Picton Blue. HEX triplet: 68, 9F and C8. RGB value is (104,159,200). Sum of RGB (Red+Green+Blue) = 104+159+200=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #689FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FC8 is #976037. Grayscale: #939393. Windows color (decimal): -9920568 or 13148008. OLE color: 13148008.

HSL color Cylindrical-coordinate representation of color #689FC8: hue angle of 205.62º 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 #689FC8 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104159200-
CMYK0.480.2000.22
HSL205.62º46.6%59.61%-
HSV(B)205.62º48%78.43%-
XYZ28.5331.9159.3-
YUV147.23157.7897.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=22.46%
G=34.34%
B=43.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041592000.480.2000.22205.6246.659.61
Hex689FC83014016ce2f3c
Octal15023731060240263165774
Binary110100010011111110010001100001010001011011001110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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