#689BCB

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

Shades of Picton Blue #689BCB

Tints of Picton Blue #689BCB

Color information

#689BCB (or 0x689BCB) is unknown color: approx Picton Blue. HEX triplet: 68, 9B and CB. RGB value is (104,155,203). Sum of RGB (Red+Green+Blue) = 104+155+203=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #689BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BCB is #976434. Grayscale: #909090. Windows color (decimal): -9921589 or 13343592. OLE color: 13343592.

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

Color convert

RGB104155203-
CMYK0.490.2400.20
HSL209.09º48.77%60.2%-
HSV(B)209.09º48.77%79.61%-
XYZ28.2130.760.94-
YUV145.22160.698.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=22.51%
G=33.55%
B=43.94%

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
Decimal1041552030.490.2400.20209.0948.7760.2
Hex689BCB3118014d1313c
Octal15023331361300243216174
Binary110100010011011110010111100011100001010011010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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