#67869D

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

Shades of Bermuda Grey #67869D

Tints of Bermuda Grey #67869D

Color information

#67869D (or 0x67869D) is unknown color: approx Bermuda Grey. HEX triplet: 67, 86 and 9D. RGB value is (103,134,157). Sum of RGB (Red+Green+Blue) = 103+134+157=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #67869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67869D is #987962. Grayscale: #7F7F7F. Windows color (decimal): -9992547 or 10323559. OLE color: 10323559.

HSL color Cylindrical-coordinate representation of color #67869D: hue angle of 205.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67869D is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103134157-
CMYK0.340.1500.38
HSL205.56º21.6%50.98%-
HSV(B)205.56º34.39%61.57%-
XYZ20.222.3735.15-
YUV127.35144.73110.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.14%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=26.14%
G=34.01%
B=39.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031341570.340.1500.38205.5621.650.98
Hex67869D22F026ce1633
Octal14720623542170463162663
Binary11001111000011010011101100010111101001101100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67869D; }

 p { color: rgb(103,134,157); }

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

<style>
 a { background-color: #67869D; }

 a { background-color: rgb(103,134,157); }

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

<style>
 span { border-color: #67869D; }

 span { border-color: rgb(103,134,157); }

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