Html Css Color HEX #6F95AB Bermuda Grey

📋 copy color: '#6F95AB'

red 111 ◦ green 149 ◦ blue 171

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

Shades of Bermuda Grey #6F95AB

Tints of Bermuda Grey #6F95AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 25.75%
G = 34.57%
B = 39.68%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F95AB (or 0x6F95AB) is known color: Bermuda Grey. HEX triplet: 6F, 95 and AB. RGB value is (111,149,171). Sum of RGB (Red+Green+Blue) = 111+149+171=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F95AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F95AB is #906A54. Grayscale: #8C8C8C. Windows color (decimal): -9464405 or 11244911. OLE color: 11244911.

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

Color convert

RGB 111 149 171 -
CMYK 0.35 0.13 0 0.33
HSL 202º 0.26% 0.55% -
HSV(B) 202º 0.35% 0.67% -
XYZ 24.65 27.81 42.6 -
YUV 140.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 111 149 171 0.35 0.13 0 0.33 202 0.26 0.55
Hex 6F 95 AB 23 D 0 21 CA 1A 37
Octal 157 225 253 43 15 0 41 312 32 67
Binary 1101111 10010101 10101011 100011 1101 0 100001 11001010 11010 110111

Color Harmonies of #6F95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F95AB

Black with #6F95AB

Text Example


Text Example

White with #6F95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,171); }

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

background-color css

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

 a { background-color: rgb(111,149,171); }

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

border-color css

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

 span { border-color: rgb(111,149,171); }

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