#689BCD

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

Shades of Picton Blue #689BCD

Tints of Picton Blue #689BCD

Color information

#689BCD (or 0x689BCD) is unknown color: approx Picton Blue. HEX triplet: 68, 9B and CD. RGB value is (104,155,205). Sum of RGB (Red+Green+Blue) = 104+155+205=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #689BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BCD is #976432. Grayscale: #919191. Windows color (decimal): -9921587 or 13474664. OLE color: 13474664.

HSL color Cylindrical-coordinate representation of color #689BCD: hue angle of 209.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689BCD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104155205-
CMYK0.490.2400.20
HSL209.7º50.25%60.59%-
HSV(B)209.7º49.27%80.39%-
XYZ28.4530.7962.2-
YUV145.45161.698.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=22.41%
G=33.41%
B=44.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041552050.490.2400.20209.750.2560.59
Hex689BCD3118014d2323d
Octal15023331561300243226275
Binary110100010011011110011011100011100001010011010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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