Html Css Color HEX #66829F Bermuda Grey

📋 copy color: '#66829F'

red 102 ◦ green 130 ◦ blue 159

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

Shades of Bermuda Grey #66829F

Tints of Bermuda Grey #66829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 26.09%
G = 33.25%
B = 40.66%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66829F (or 0x66829F) is known color: Bermuda Grey. HEX triplet: 66, 82 and 9F. RGB value is (102,130,159). Sum of RGB (Red+Green+Blue) = 102+130+159=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #66829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66829F is #997D60. Grayscale: #7C7C7C. Windows color (decimal): -10059105 or 10453606. OLE color: 10453606.

HSL color Cylindrical-coordinate representation of color #66829F: hue angle of 210.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66829F is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 130 159 -
CMYK 0.36 0.18 0 0.38
HSL 210.53º 0.23% 0.51% -
HSV(B) 210.53º 0.36% 0.62% -
XYZ 19.72 21.29 35.87 -
YUV 124.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 102 130 159 0.36 0.18 0 0.38 210.53 0.23 0.51
Hex 66 82 9F 24 12 0 26 D3 17 33
Octal 146 202 237 44 22 0 46 323 27 63
Binary 1100110 10000010 10011111 100100 10010 0 100110 11010011 10111 110011

Color Harmonies of #66829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66829F

Black with #66829F

Text Example


Text Example

White with #66829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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