Html Css Color HEX #6F91B1 Bermuda Grey

📋 copy color: '#6F91B1'

red 111 ◦ green 145 ◦ blue 177

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

Shades of Bermuda Grey #6F91B1

Tints of Bermuda Grey #6F91B1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 25.64%
G = 33.49%
B = 40.88%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F91B1 (or 0x6F91B1) is known color: Bermuda Grey. HEX triplet: 6F, 91 and B1. RGB value is (111,145,177). Sum of RGB (Red+Green+Blue) = 111+145+177=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F91B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F91B1 is #906E4E. Grayscale: #8A8A8A. Windows color (decimal): -9465423 or 11637103. OLE color: 11637103.

HSL color Cylindrical-coordinate representation of color #6F91B1: hue angle of 209.09º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F91B1 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 145 177 -
CMYK 0.37 0.18 0 0.31
HSL 209.09º 0.3% 0.56% -
HSV(B) 209.09º 0.37% 0.69% -
XYZ 24.62 26.8 45.47 -
YUV 138.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 111 145 177 0.37 0.18 0 0.31 209.09 0.3 0.56
Hex 6F 91 B1 25 12 0 1F D1 1E 38
Octal 157 221 261 45 22 0 37 321 36 70
Binary 1101111 10010001 10110001 100101 10010 0 11111 11010001 11110 111000

Color Harmonies of #6F91B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F91B1

Black with #6F91B1

Text Example


Text Example

White with #6F91B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,145,177); }

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

background-color css

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

 a { background-color: rgb(111,145,177); }

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

border-color css

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

 span { border-color: rgb(111,145,177); }

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