Html Css Color HEX #66879C Bermuda Grey

📋 copy color: '#66879C'

red 102 ◦ green 135 ◦ blue 156

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

Shades of Bermuda Grey #66879C

Tints of Bermuda Grey #66879C

RGB

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

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

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

R = 25.95%
G = 34.35%
B = 39.69%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66879C (or 0x66879C) is known color: Bermuda Grey. HEX triplet: 66, 87 and 9C. RGB value is (102,135,156). Sum of RGB (Red+Green+Blue) = 102+135+156=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #66879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66879C is #997863. Grayscale: #7F7F7F. Windows color (decimal): -10057828 or 10258278. OLE color: 10258278.

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

Color convert

RGB 102 135 156 -
CMYK 0.35 0.13 0 0.39
HSL 203.33º 0.21% 0.51% -
HSV(B) 203.33º 0.35% 0.61% -
XYZ 20.14 22.55 34.74 -
YUV 127.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 102 135 156 0.35 0.13 0 0.39 203.33 0.21 0.51
Hex 66 87 9C 23 D 0 27 CB 15 33
Octal 146 207 234 43 15 0 47 313 25 63
Binary 1100110 10000111 10011100 100011 1101 0 100111 11001011 10101 110011

Color Harmonies of #66879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66879C

Black with #66879C

Text Example


Text Example

White with #66879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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