Html Css Color HEX #66899F Bermuda Grey

📋 copy color: '#66899F'

red 102 ◦ green 137 ◦ blue 159

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

Shades of Bermuda Grey #66899F

Tints of Bermuda Grey #66899F

RGB

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

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

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

R = 25.63%
G = 34.42%
B = 39.95%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66899F (or 0x66899F) is known color: Bermuda Grey. HEX triplet: 66, 89 and 9F. RGB value is (102,137,159). Sum of RGB (Red+Green+Blue) = 102+137+159=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #66899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899F is #997660. Grayscale: #808080. Windows color (decimal): -10057313 or 10455398. OLE color: 10455398.

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

Color convert

RGB 102 137 159 -
CMYK 0.36 0.14 0 0.38
HSL 203.16º 0.23% 0.51% -
HSV(B) 203.16º 0.36% 0.62% -
XYZ 20.68 23.22 36.19 -
YUV 129.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 102 137 159 0.36 0.14 0 0.38 203.16 0.23 0.51
Hex 66 89 9F 24 E 0 26 CB 17 33
Octal 146 211 237 44 16 0 46 313 27 63
Binary 1100110 10001001 10011111 100100 1110 0 100110 11001011 10111 110011

Color Harmonies of #66899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66899F

Black with #66899F

Text Example


Text Example

White with #66899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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