Html Css Color HEX #6C8DAB Bermuda Grey

📋 copy color: '#6C8DAB'

red 108 ◦ green 141 ◦ blue 171

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

Shades of Bermuda Grey #6C8DAB

Tints of Bermuda Grey #6C8DAB

RGB

 RED value IS 108 (42.58% from 255) = 25.71%

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 25.71%
G = 33.57%
B = 40.71%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C8DAB (or 0x6C8DAB) is known color: Bermuda Grey. HEX triplet: 6C, 8D and AB. RGB value is (108,141,171). Sum of RGB (Red+Green+Blue) = 108+141+171=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C8DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8DAB is #937254. Grayscale: #868686. Windows color (decimal): -9663061 or 11242860. OLE color: 11242860.

HSL color Cylindrical-coordinate representation of color #6C8DAB: hue angle of 208.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C8DAB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 141 171 -
CMYK 0.37 0.18 0 0.33
HSL 208.57º 0.27% 0.55% -
HSV(B) 208.57º 0.37% 0.67% -
XYZ 23.06 25.18 42.17 -
YUV 134.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 108 141 171 0.37 0.18 0 0.33 208.57 0.27 0.55
Hex 6C 8D AB 25 12 0 21 D1 1B 37
Octal 154 215 253 45 22 0 41 321 33 67
Binary 1101100 10001101 10101011 100101 10010 0 100001 11010001 11011 110111

Color Harmonies of #6C8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8DAB

Black with #6C8DAB

Text Example


Text Example

White with #6C8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8DAB; }

 p { color: rgb(108,141,171); }

 H1.HeaderClassName
 {
   color: #6C8DAB;
 }
 .AnyTagClassName
 {
   color: #6C8DAB;
 }
</style>

background-color css

<style>
 a { background-color: #6C8DAB; }

 a { background-color: rgb(108,141,171); }

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

border-color css

<style>
 span { border-color: #6C8DAB; }

 span { border-color: rgb(108,141,171); }

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