Html Css Color HEX #6B8CAC Bermuda Grey

📋 copy color: '#6B8CAC'

red 107 ◦ green 140 ◦ blue 172

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

Shades of Bermuda Grey #6B8CAC

Tints of Bermuda Grey #6B8CAC

RGB

 RED value IS 107 (42.19% from 255) = 25.54%

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 25.54%
G = 33.41%
B = 41.05%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B8CAC (or 0x6B8CAC) is known color: Bermuda Grey. HEX triplet: 6B, 8C and AC. RGB value is (107,140,172). Sum of RGB (Red+Green+Blue) = 107+140+172=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8CAC is #947353. Grayscale: #858585. Windows color (decimal): -9728852 or 11308139. OLE color: 11308139.

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

Color convert

RGB 107 140 172 -
CMYK 0.38 0.19 0 0.33
HSL 209.54º 0.28% 0.55% -
HSV(B) 209.54º 0.38% 0.67% -
XYZ 22.89 24.86 42.62 -
YUV 133.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 107 140 172 0.38 0.19 0 0.33 209.54 0.28 0.55
Hex 6B 8C AC 26 13 0 21 D2 1C 37
Octal 153 214 254 46 23 0 41 322 34 67
Binary 1101011 10001100 10101100 100110 10011 0 100001 11010010 11100 110111

Color Harmonies of #6B8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CAC

Black with #6B8CAC

Text Example


Text Example

White with #6B8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,172); }

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

background-color css

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

 a { background-color: rgb(107,140,172); }

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

border-color css

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

 span { border-color: rgb(107,140,172); }

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