Html Css Color HEX #66829E Bermuda Grey

📋 copy color: '#66829E'

red 102 ◦ green 130 ◦ blue 158

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

Shades of Bermuda Grey #66829E

Tints of Bermuda Grey #66829E

RGB

 RED value IS 102 (40.23% from 255) = 26.15%

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 26.15%
G = 33.33%
B = 40.51%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66829E (or 0x66829E) is known color: Bermuda Grey. HEX triplet: 66, 82 and 9E. RGB value is (102,130,158). Sum of RGB (Red+Green+Blue) = 102+130+158=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #66829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829E is #997D61. Grayscale: #7C7C7C. Windows color (decimal): -10059106 or 10388070. OLE color: 10388070.

HSL color Cylindrical-coordinate representation of color #66829E: 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.35%. Process color model (Four color, CMYK) of #66829E is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 130 158 -
CMYK 0.35 0.18 0 0.38
HSL 210º 0.22% 0.51% -
HSV(B) 210º 0.35% 0.62% -
XYZ 19.63 21.26 35.42 -
YUV 124.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 102 130 158 0.35 0.18 0 0.38 210 0.22 0.51
Hex 66 82 9E 23 12 0 26 D2 16 33
Octal 146 202 236 43 22 0 46 322 26 63
Binary 1100110 10000010 10011110 100011 10010 0 100110 11010010 10110 110011

Color Harmonies of #66829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66829E

Black with #66829E

Text Example


Text Example

White with #66829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66829E; }

 p { color: rgb(102,130,158); }

 H1.HeaderClassName
 {
   color: #66829E;
 }
 .AnyTagClassName
 {
   color: #66829E;
 }
</style>

background-color css

<style>
 a { background-color: #66829E; }

 a { background-color: rgb(102,130,158); }

 div.DivClassName
 {
   background-color: #66829E;
 }
 .BgClassName
 {
   background-color: #66829E;
 }
</style>

border-color css

<style>
 span { border-color: #66829E; }

 span { border-color: rgb(102,130,158); }

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