Html Css Color HEX #6F96A2 Bermuda Grey

📋 copy color: '#6F96A2'

red 111 ◦ green 150 ◦ blue 162

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

Shades of Bermuda Grey #6F96A2

Tints of Bermuda Grey #6F96A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 26.24%
G = 35.46%
B = 38.3%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F96A2 (or 0x6F96A2) is known color: Bermuda Grey. HEX triplet: 6F, 96 and A2. RGB value is (111,150,162). Sum of RGB (Red+Green+Blue) = 111+150+162=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #6F96A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F96A2 is #90695D. Grayscale: #8B8B8B. Windows color (decimal): -9464158 or 10655343. OLE color: 10655343.

HSL color Cylindrical-coordinate representation of color #6F96A2: hue angle of 194.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F96A2 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 150 162 -
CMYK 0.31 0.07 0 0.36
HSL 194.12º 0.22% 0.54% -
HSV(B) 194.12º 0.31% 0.64% -
XYZ 23.98 27.8 38.28 -
YUV 139.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 111 150 162 0.31 0.07 0 0.36 194.12 0.22 0.54
Hex 6F 96 A2 1F 7 0 24 C2 16 36
Octal 157 226 242 37 7 0 44 302 26 66
Binary 1101111 10010110 10100010 11111 111 0 100100 11000010 10110 110110

Color Harmonies of #6F96A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F96A2

Black with #6F96A2

Text Example


Text Example

White with #6F96A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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