Html Css Color HEX #66829C Bermuda Grey

📋 copy color: '#66829C'

red 102 ◦ green 130 ◦ blue 156

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

Shades of Bermuda Grey #66829C

Tints of Bermuda Grey #66829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 26.29%
G = 33.51%
B = 40.21%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66829C (or 0x66829C) is known color: Bermuda Grey. HEX triplet: 66, 82 and 9C. RGB value is (102,130,156). Sum of RGB (Red+Green+Blue) = 102+130+156=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #66829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829C is #997D63. Grayscale: #7C7C7C. Windows color (decimal): -10059108 or 10256998. OLE color: 10256998.

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

Color convert

RGB 102 130 156 -
CMYK 0.35 0.17 0 0.39
HSL 208.89º 0.21% 0.51% -
HSV(B) 208.89º 0.35% 0.61% -
XYZ 19.46 21.19 34.52 -
YUV 124.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 102 130 156 0.35 0.17 0 0.39 208.89 0.21 0.51
Hex 66 82 9C 23 11 0 27 D1 15 33
Octal 146 202 234 43 21 0 47 321 25 63
Binary 1100110 10000010 10011100 100011 10001 0 100111 11010001 10101 110011

Color Harmonies of #66829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66829C

Black with #66829C

Text Example


Text Example

White with #66829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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