Html Css Color HEX #6F8CAC Bermuda Grey

📋 copy color: '#6F8CAC'

red 111 ◦ green 140 ◦ blue 172

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

Shades of Bermuda Grey #6F8CAC

Tints of Bermuda Grey #6F8CAC

RGB

 RED value IS 111 (43.75% from 255) = 26.24%

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

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

R = 26.24%
G = 33.1%
B = 40.66%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F8CAC (or 0x6F8CAC) is known color: Bermuda Grey. HEX triplet: 6F, 8C and AC. RGB value is (111,140,172). Sum of RGB (Red+Green+Blue) = 111+140+172=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CAC is #907353. Grayscale: #868686. Windows color (decimal): -9466708 or 11308143. OLE color: 11308143.

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

Color convert

RGB 111 140 172 -
CMYK 0.35 0.19 0 0.33
HSL 211.48º 0.27% 0.55% -
HSV(B) 211.48º 0.35% 0.67% -
XYZ 23.38 25.11 42.65 -
YUV 134.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 111 140 172 0.35 0.19 0 0.33 211.48 0.27 0.55
Hex 6F 8C AC 23 13 0 21 D3 1B 37
Octal 157 214 254 43 23 0 41 323 33 67
Binary 1101111 10001100 10101100 100011 10011 0 100001 11010011 11011 110111

Color Harmonies of #6F8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CAC

Black with #6F8CAC

Text Example


Text Example

White with #6F8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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