Html Css Color HEX #6F8CAA Bermuda Grey

📋 copy color: '#6F8CAA'

red 111 ◦ green 140 ◦ blue 170

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

Shades of Bermuda Grey #6F8CAA

Tints of Bermuda Grey #6F8CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 26.37%
G = 33.25%
B = 40.38%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F8CAA (or 0x6F8CAA) is known color: Bermuda Grey. HEX triplet: 6F, 8C and AA. RGB value is (111,140,170). Sum of RGB (Red+Green+Blue) = 111+140+170=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CAA is #907355. Grayscale: #868686. Windows color (decimal): -9466710 or 11177071. OLE color: 11177071.

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

Color convert

RGB 111 140 170 -
CMYK 0.35 0.18 0 0.33
HSL 210.51º 0.26% 0.55% -
HSV(B) 210.51º 0.35% 0.67% -
XYZ 23.19 25.04 41.64 -
YUV 134.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 111 140 170 0.35 0.18 0 0.33 210.51 0.26 0.55
Hex 6F 8C AA 23 12 0 21 D3 1A 37
Octal 157 214 252 43 22 0 41 323 32 67
Binary 1101111 10001100 10101010 100011 10010 0 100001 11010011 11010 110111

Color Harmonies of #6F8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CAA

Black with #6F8CAA

Text Example


Text Example

White with #6F8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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