#689ACB

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

Shades of Picton Blue #689ACB

Tints of Picton Blue #689ACB

Color information

#689ACB (or 0x689ACB) is unknown color: approx Picton Blue. HEX triplet: 68, 9A and CB. RGB value is (104,154,203). Sum of RGB (Red+Green+Blue) = 104+154+203=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #689ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ACB is #976534. Grayscale: #909090. Windows color (decimal): -9921845 or 13343336. OLE color: 13343336.

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

Color convert

RGB104154203-
CMYK0.490.2400.20
HSL209.7º48.77%60.2%-
HSV(B)209.7º48.77%79.61%-
XYZ28.0430.3760.88-
YUV144.64160.9499.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.56%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=22.56%
G=33.41%
B=44.03%

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
Decimal1041542030.490.2400.20209.748.7760.2
Hex689ACB3118014d2313c
Octal15023231361300243226174
Binary110100010011010110010111100011100001010011010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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