#688CA2

Color #688CA2 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #688CA2

Tints of Bermuda Grey #688CA2

Color information

#688CA2 (or 0x688CA2) is unknown color: approx Bermuda Grey. HEX triplet: 68, 8C and A2. RGB value is (104,140,162). Sum of RGB (Red+Green+Blue) = 104+140+162=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #688CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CA2 is #97735D. Grayscale: #838383. Windows color (decimal): -9925470 or 10652776. OLE color: 10652776.

HSL color Cylindrical-coordinate representation of color #688CA2: hue angle of 202.76º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688CA2 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104140162-
CMYK0.360.1400.36
HSL202.76º23.77%52.16%-
HSV(B)202.76º35.8%63.53%-
XYZ21.6124.3137.74-
YUV131.74145.07108.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=25.62%
G=34.48%
B=39.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041401620.360.1400.36202.7623.7752.16
Hex688CA224E024cb1834
Octal15021424244160443133064
Binary11010001000110010100010100100111001001001100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688CA2; }

 p { color: rgb(104,140,162); }

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

<style>
 a { background-color: #688CA2; }

 a { background-color: rgb(104,140,162); }

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

<style>
 span { border-color: #688CA2; }

 span { border-color: rgb(104,140,162); }

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