Html Css Color HEX #66849C Bermuda Grey

📋 copy color: '#66849C'

red 102 ◦ green 132 ◦ blue 156

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

Shades of Bermuda Grey #66849C

Tints of Bermuda Grey #66849C

RGB

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

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

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

R = 26.15%
G = 33.85%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66849C (or 0x66849C) is known color: Bermuda Grey. HEX triplet: 66, 84 and 9C. RGB value is (102,132,156). Sum of RGB (Red+Green+Blue) = 102+132+156=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #66849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66849C is #997B63. Grayscale: #7D7D7D. Windows color (decimal): -10058596 or 10257510. OLE color: 10257510.

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

Color convert

RGB 102 132 156 -
CMYK 0.35 0.15 0 0.39
HSL 206.67º 0.21% 0.51% -
HSV(B) 206.67º 0.35% 0.61% -
XYZ 19.73 21.73 34.61 -
YUV 125.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 102 132 156 0.35 0.15 0 0.39 206.67 0.21 0.51
Hex 66 84 9C 23 F 0 27 CF 15 33
Octal 146 204 234 43 17 0 47 317 25 63
Binary 1100110 10000100 10011100 100011 1111 0 100111 11001111 10101 110011

Color Harmonies of #66849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66849C

Black with #66849C

Text Example


Text Example

White with #66849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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