Html Css Color HEX #66849E Bermuda Grey

📋 copy color: '#66849E'

red 102 ◦ green 132 ◦ blue 158

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

Shades of Bermuda Grey #66849E

Tints of Bermuda Grey #66849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

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

R = 26.02%
G = 33.67%
B = 40.31%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66849E (or 0x66849E) is known color: Bermuda Grey. HEX triplet: 66, 84 and 9E. RGB value is (102,132,158). Sum of RGB (Red+Green+Blue) = 102+132+158=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #66849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849E is #997B61. Grayscale: #7D7D7D. Windows color (decimal): -10058594 or 10388582. OLE color: 10388582.

HSL color Cylindrical-coordinate representation of color #66849E: hue angle of 207.86º 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 #66849E is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 132 158 -
CMYK 0.35 0.16 0 0.38
HSL 207.86º 0.22% 0.51% -
HSV(B) 207.86º 0.35% 0.62% -
XYZ 19.9 21.8 35.51 -
YUV 125.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 102 132 158 0.35 0.16 0 0.38 207.86 0.22 0.51
Hex 66 84 9E 23 10 0 26 D0 16 33
Octal 146 204 236 43 20 0 46 320 26 63
Binary 1100110 10000100 10011110 100011 10000 0 100110 11010000 10110 110011

Color Harmonies of #66849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66849E

Black with #66849E

Text Example


Text Example

White with #66849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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