#689DCA

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

Shades of Picton Blue #689DCA

Tints of Picton Blue #689DCA

Color information

#689DCA (or 0x689DCA) is unknown color: approx Picton Blue. HEX triplet: 68, 9D and CA. RGB value is (104,157,202). Sum of RGB (Red+Green+Blue) = 104+157+202=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #689DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DCA is #976235. Grayscale: #929292. Windows color (decimal): -9921078 or 13278568. OLE color: 13278568.

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

Color convert

RGB104157202-
CMYK0.490.2200.21
HSL207.55º48.04%60%-
HSV(B)207.55º48.51%79.22%-
XYZ28.4331.3260.42-
YUV146.28159.4497.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=22.46%
G=33.91%
B=43.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041572020.490.2200.21207.5548.0460
Hex689DCA3116015d0303c
Octal15023531261260253206074
Binary110100010011101110010101100011011001010111010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,157,202); }

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

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

 a { background-color: rgb(104,157,202); }

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

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

 span { border-color: rgb(104,157,202); }

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