Html Css Color HEX #6F90AD Bermuda Grey

📋 copy color: '#6F90AD'

red 111 ◦ green 144 ◦ blue 173

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

Shades of Bermuda Grey #6F90AD

Tints of Bermuda Grey #6F90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 25.93%
G = 33.64%
B = 40.42%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F90AD (or 0x6F90AD) is known color: Bermuda Grey. HEX triplet: 6F, 90 and AD. RGB value is (111,144,173). Sum of RGB (Red+Green+Blue) = 111+144+173=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F90AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F90AD is #906F52. Grayscale: #898989. Windows color (decimal): -9465683 or 11374703. OLE color: 11374703.

HSL color Cylindrical-coordinate representation of color #6F90AD: hue angle of 208.06º 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 #6F90AD is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 144 173 -
CMYK 0.36 0.17 0 0.32
HSL 208.06º 0.27% 0.56% -
HSV(B) 208.06º 0.36% 0.68% -
XYZ 24.07 26.34 43.35 -
YUV 137.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 111 144 173 0.36 0.17 0 0.32 208.06 0.27 0.56
Hex 6F 90 AD 24 11 0 20 D0 1B 38
Octal 157 220 255 44 21 0 40 320 33 70
Binary 1101111 10010000 10101101 100100 10001 0 100000 11010000 11011 111000

Color Harmonies of #6F90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F90AD

Black with #6F90AD

Text Example


Text Example

White with #6F90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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