Html Css Color HEX #66899E Bermuda Grey

📋 copy color: '#66899E'

red 102 ◦ green 137 ◦ blue 158

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

Shades of Bermuda Grey #66899E

Tints of Bermuda Grey #66899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 25.69%
G = 34.51%
B = 39.8%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66899E (or 0x66899E) is known color: Bermuda Grey. HEX triplet: 66, 89 and 9E. RGB value is (102,137,158). Sum of RGB (Red+Green+Blue) = 102+137+158=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #66899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899E is #997661. Grayscale: #808080. Windows color (decimal): -10057314 or 10389862. OLE color: 10389862.

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

Color convert

RGB 102 137 158 -
CMYK 0.35 0.13 0 0.38
HSL 202.5º 0.22% 0.51% -
HSV(B) 202.5º 0.35% 0.62% -
XYZ 20.6 23.18 35.74 -
YUV 128.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 102 137 158 0.35 0.13 0 0.38 202.5 0.22 0.51
Hex 66 89 9E 23 D 0 26 CA 16 33
Octal 146 211 236 43 15 0 46 312 26 63
Binary 1100110 10001001 10011110 100011 1101 0 100110 11001010 10110 110011

Color Harmonies of #66899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66899E

Black with #66899E

Text Example


Text Example

White with #66899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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