#678BA1

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

Shades of Bermuda Grey #678BA1

Tints of Bermuda Grey #678BA1

Color information

#678BA1 (or 0x678BA1) is unknown color: approx Bermuda Grey. HEX triplet: 67, 8B and A1. RGB value is (103,139,161). Sum of RGB (Red+Green+Blue) = 103+139+161=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #678BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678BA1 is #98745E. Grayscale: #828282. Windows color (decimal): -9991263 or 10586983. OLE color: 10586983.

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

Color convert

RGB103139161-
CMYK0.360.1400.37
HSL202.76º23.58%51.76%-
HSV(B)202.76º36.02%63.14%-
XYZ21.2623.9237.22-
YUV130.74145.07108.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.56%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=25.56%
G=34.49%
B=39.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031391610.360.1400.37202.7623.5851.76
Hex678BA124E025cb1834
Octal14721324144160453133064
Binary11001111000101110100001100100111001001011100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678BA1; }

 p { color: rgb(103,139,161); }

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

<style>
 a { background-color: #678BA1; }

 a { background-color: rgb(103,139,161); }

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

<style>
 span { border-color: #678BA1; }

 span { border-color: rgb(103,139,161); }

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