Html Css Color HEX #6F8EAC Bermuda Grey

📋 copy color: '#6F8EAC'

red 111 ◦ green 142 ◦ blue 172

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

Shades of Bermuda Grey #6F8EAC

Tints of Bermuda Grey #6F8EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

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

R = 26.12%
G = 33.41%
B = 40.47%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F8EAC (or 0x6F8EAC) is known color: Bermuda Grey. HEX triplet: 6F, 8E and AC. RGB value is (111,142,172). Sum of RGB (Red+Green+Blue) = 111+142+172=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8EAC is #907153. Grayscale: #888888. Windows color (decimal): -9466196 or 11308655. OLE color: 11308655.

HSL color Cylindrical-coordinate representation of color #6F8EAC: hue angle of 209.51º 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 #6F8EAC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 142 172 -
CMYK 0.35 0.17 0 0.33
HSL 209.51º 0.27% 0.55% -
HSV(B) 209.51º 0.35% 0.67% -
XYZ 23.67 25.7 42.74 -
YUV 136.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 111 142 172 0.35 0.17 0 0.33 209.51 0.27 0.55
Hex 6F 8E AC 23 11 0 21 D2 1B 37
Octal 157 216 254 43 21 0 41 322 33 67
Binary 1101111 10001110 10101100 100011 10001 0 100001 11010010 11011 110111

Color Harmonies of #6F8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8EAC

Black with #6F8EAC

Text Example


Text Example

White with #6F8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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