#67899C

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

Shades of Bermuda Grey #67899C

Tints of Bermuda Grey #67899C

Color information

#67899C (or 0x67899C) is unknown color: approx Bermuda Grey. HEX triplet: 67, 89 and 9C. RGB value is (103,137,156). Sum of RGB (Red+Green+Blue) = 103+137+156=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #67899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67899C is #987663. Grayscale: #808080. Windows color (decimal): -9991780 or 10258791. OLE color: 10258791.

HSL color Cylindrical-coordinate representation of color #67899C: hue angle of 201.51º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67899C is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103137156-
CMYK0.340.1200.39
HSL201.51º21.12%50.78%-
HSV(B)201.51º33.97%61.18%-
XYZ20.5423.1834.84-
YUV129143.24109.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=26.01%
G=34.60%
B=39.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031371560.340.1200.39201.5121.1250.78
Hex67899C22C027ca1533
Octal14721123442140473122563
Binary11001111000100110011100100010110001001111100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67899C; }

 p { color: rgb(103,137,156); }

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

<style>
 a { background-color: #67899C; }

 a { background-color: rgb(103,137,156); }

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

<style>
 span { border-color: #67899C; }

 span { border-color: rgb(103,137,156); }

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