Html Css Color HEX #66869C Bermuda Grey

📋 copy color: '#66869C'

red 102 ◦ green 134 ◦ blue 156

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

Shades of Bermuda Grey #66869C

Tints of Bermuda Grey #66869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 26.02%
G = 34.18%
B = 39.8%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66869C (or 0x66869C) is known color: Bermuda Grey. HEX triplet: 66, 86 and 9C. RGB value is (102,134,156). Sum of RGB (Red+Green+Blue) = 102+134+156=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #66869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869C is #997963. Grayscale: #7E7E7E. Windows color (decimal): -10058084 or 10258022. OLE color: 10258022.

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

Color convert

RGB 102 134 156 -
CMYK 0.35 0.14 0 0.39
HSL 204.44º 0.21% 0.51% -
HSV(B) 204.44º 0.35% 0.61% -
XYZ 20.01 22.28 34.7 -
YUV 126.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 102 134 156 0.35 0.14 0 0.39 204.44 0.21 0.51
Hex 66 86 9C 23 E 0 27 CC 15 33
Octal 146 206 234 43 16 0 47 314 25 63
Binary 1100110 10000110 10011100 100011 1110 0 100111 11001100 10101 110011

Color Harmonies of #66869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66869C

Black with #66869C

Text Example


Text Example

White with #66869C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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