Html Css Color HEX #67829D Bermuda Grey

📋 copy color: '#67829D'

red 103 ◦ green 130 ◦ blue 157

#67829D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #67829D

Tints of Bermuda Grey #67829D

RGB

 RED value IS 103 (40.63% 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 value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67829D (or 0x67829D) is known color: 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

RGB 103 130 157 -
CMYK 0.34 0.17 0 0.38
HSL 210º 0.22% 0.51% -
HSV(B) 210º 0.34% 0.62% -
XYZ 19.66 21.28 34.97 -
YUV 125.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 103 130 157 0.34 0.17 0 0.38 210 0.22 0.51
Hex 67 82 9D 22 11 0 26 D2 16 33
Octal 147 202 235 42 21 0 46 322 26 63
Binary 1100111 10000010 10011101 100010 10001 0 100110 11010010 10110 110011

Color Harmonies of #67829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67829D

Black with #67829D

Text Example


Text Example

White with #67829D

Text Example


Text Example

HTML Codes & Css Web 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>