Html Css Color HEX #66859C Bermuda Grey

📋 copy color: '#66859C'

red 102 ◦ green 133 ◦ blue 156

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

Shades of Bermuda Grey #66859C

Tints of Bermuda Grey #66859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 26.09%
G = 34.02%
B = 39.9%

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

#66859C (or 0x66859C) is known color: Bermuda Grey. HEX triplet: 66, 85 and 9C. RGB value is (102,133,156). Sum of RGB (Red+Green+Blue) = 102+133+156=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #66859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66859C is #997A63. Grayscale: #7E7E7E. Windows color (decimal): -10058340 or 10257766. OLE color: 10257766.

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

Color convert

RGB 102 133 156 -
CMYK 0.35 0.15 0 0.39
HSL 205.56º 0.21% 0.51% -
HSV(B) 205.56º 0.35% 0.61% -
XYZ 19.87 22 34.65 -
YUV 126.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 102 133 156 0.35 0.15 0 0.39 205.56 0.21 0.51
Hex 66 85 9C 23 F 0 27 CE 15 33
Octal 146 205 234 43 17 0 47 316 25 63
Binary 1100110 10000101 10011100 100011 1111 0 100111 11001110 10101 110011

Color Harmonies of #66859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66859C

Black with #66859C

Text Example


Text Example

White with #66859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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