#67829D

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

Shades of Bermuda Grey #67829D

Tints of Bermuda Grey #67829D

Color information

#67829D (or 0x67829D) is unknown color: approx Bermuda Grey. HEX triplet: 67, 82 and 9D. RGB value is (103,130,157). Sum of RGB (Red+Green+Blue) = 103+130+157=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #67829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67829D is #987D62. Grayscale: #7C7C7C. Windows color (decimal): -9993571 or 10322535. OLE color: 10322535.

HSL color Cylindrical-coordinate representation of color #67829D: hue angle of 210º 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 #67829D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103130157-
CMYK0.340.1700.38
HSL210º21.6%50.98%-
HSV(B)210º34.39%61.57%-
XYZ19.6621.2834.97-
YUV125146.05112.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=26.41%
G=33.33%
B=40.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031301570.340.1700.3821021.650.98
Hex67829D2211026d21633
Octal14720223542210463222663
Binary110011110000010100111011000101000101001101101001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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