Html Css Color HEX #6685A0 Bermuda Grey

📋 copy color: '#6685A0'

red 102 ◦ green 133 ◦ blue 160

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

Shades of Bermuda Grey #6685A0

Tints of Bermuda Grey #6685A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.51%

R = 25.82%
G = 33.67%
B = 40.51%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6685A0 (or 0x6685A0) is known color: Bermuda Grey. HEX triplet: 66, 85 and A0. RGB value is (102,133,160). Sum of RGB (Red+Green+Blue) = 102+133+160=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #6685A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6685A0 is #997A5F. Grayscale: #7E7E7E. Windows color (decimal): -10058336 or 10519910. OLE color: 10519910.

HSL color Cylindrical-coordinate representation of color #6685A0: hue angle of 207.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6685A0 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 133 160 -
CMYK 0.36 0.17 0 0.37
HSL 207.93º 0.23% 0.51% -
HSV(B) 207.93º 0.36% 0.63% -
XYZ 20.21 22.14 36.47 -
YUV 126.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 102 133 160 0.36 0.17 0 0.37 207.93 0.23 0.51
Hex 66 85 A0 24 11 0 25 D0 17 33
Octal 146 205 240 44 21 0 45 320 27 63
Binary 1100110 10000101 10100000 100100 10001 0 100101 11010000 10111 110011

Color Harmonies of #6685A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685A0

Black with #6685A0

Text Example


Text Example

White with #6685A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6685A0; }

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

 H1.HeaderClassName
 {
   color: #6685A0;
 }
 .AnyTagClassName
 {
   color: #6685A0;
 }
</style>

background-color css

<style>
 a { background-color: #6685A0; }

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

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

border-color css

<style>
 span { border-color: #6685A0; }

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

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