Html Css Color HEX #66879D Bermuda Grey

📋 copy color: '#66879D'

red 102 ◦ green 135 ◦ blue 157

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

Shades of Bermuda Grey #66879D

Tints of Bermuda Grey #66879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 25.89%
G = 34.26%
B = 39.85%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66879D (or 0x66879D) is known color: Bermuda Grey. HEX triplet: 66, 87 and 9D. RGB value is (102,135,157). Sum of RGB (Red+Green+Blue) = 102+135+157=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #66879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66879D is #997862. Grayscale: #7F7F7F. Windows color (decimal): -10057827 or 10323814. OLE color: 10323814.

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

Color convert

RGB 102 135 157 -
CMYK 0.35 0.14 0 0.38
HSL 204º 0.22% 0.51% -
HSV(B) 204º 0.35% 0.62% -
XYZ 20.23 22.59 35.19 -
YUV 127.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 102 135 157 0.35 0.14 0 0.38 204 0.22 0.51
Hex 66 87 9D 23 E 0 26 CC 16 33
Octal 146 207 235 43 16 0 46 314 26 63
Binary 1100110 10000111 10011101 100011 1110 0 100110 11001100 10110 110011

Color Harmonies of #66879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66879D

Black with #66879D

Text Example


Text Example

White with #66879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66879D; }

 p { color: rgb(102,135,157); }

 H1.HeaderClassName
 {
   color: #66879D;
 }
 .AnyTagClassName
 {
   color: #66879D;
 }
</style>

background-color css

<style>
 a { background-color: #66879D; }

 a { background-color: rgb(102,135,157); }

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

border-color css

<style>
 span { border-color: #66879D; }

 span { border-color: rgb(102,135,157); }

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