Html Css Color HEX #6F8AAA Bermuda Grey

📋 copy color: '#6F8AAA'

red 111 ◦ green 138 ◦ blue 170

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

Shades of Bermuda Grey #6F8AAA

Tints of Bermuda Grey #6F8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

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

R = 26.49%
G = 32.94%
B = 40.57%

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

#6F8AAA (or 0x6F8AAA) is known color: Bermuda Grey. HEX triplet: 6F, 8A and AA. RGB value is (111,138,170). Sum of RGB (Red+Green+Blue) = 111+138+170=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F8AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8AAA is #907555. Grayscale: #858585. Windows color (decimal): -9467222 or 11176559. OLE color: 11176559.

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

Color convert

RGB 111 138 170 -
CMYK 0.35 0.19 0 0.33
HSL 212.54º 0.26% 0.55% -
HSV(B) 212.54º 0.35% 0.67% -
XYZ 22.9 24.46 41.54 -
YUV 133.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 111 138 170 0.35 0.19 0 0.33 212.54 0.26 0.55
Hex 6F 8A AA 23 13 0 21 D5 1A 37
Octal 157 212 252 43 23 0 41 325 32 67
Binary 1101111 10001010 10101010 100011 10011 0 100001 11010101 11010 110111

Color Harmonies of #6F8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8AAA

Black with #6F8AAA

Text Example


Text Example

White with #6F8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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