Html Css Color HEX #6F96AD Bermuda Grey

📋 copy color: '#6F96AD'

red 111 ◦ green 150 ◦ blue 173

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

Shades of Bermuda Grey #6F96AD

Tints of Bermuda Grey #6F96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 25.58%
G = 34.56%
B = 39.86%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F96AD (or 0x6F96AD) is known color: Bermuda Grey. HEX triplet: 6F, 96 and AD. RGB value is (111,150,173). Sum of RGB (Red+Green+Blue) = 111+150+173=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F96AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F96AD is #906952. Grayscale: #8C8C8C. Windows color (decimal): -9464147 or 11376239. OLE color: 11376239.

HSL color Cylindrical-coordinate representation of color #6F96AD: hue angle of 202.26º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F96AD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 150 173 -
CMYK 0.36 0.13 0 0.32
HSL 202.26º 0.27% 0.56% -
HSV(B) 202.26º 0.36% 0.68% -
XYZ 25 28.21 43.66 -
YUV 140.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 111 150 173 0.36 0.13 0 0.32 202.26 0.27 0.56
Hex 6F 96 AD 24 D 0 20 CA 1B 38
Octal 157 226 255 44 15 0 40 312 33 70
Binary 1101111 10010110 10101101 100100 1101 0 100000 11001010 11011 111000

Color Harmonies of #6F96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96AD

Black with #6F96AD

Text Example


Text Example

White with #6F96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,150,173); }

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

background-color css

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

 a { background-color: rgb(111,150,173); }

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

border-color css

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

 span { border-color: rgb(111,150,173); }

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