Html Css Color HEX #6F919C Bermuda Grey

📋 copy color: '#6F919C'

red 111 ◦ green 145 ◦ blue 156

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

Shades of Bermuda Grey #6F919C

Tints of Bermuda Grey #6F919C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 26.94%
G = 35.19%
B = 37.86%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F919C (or 0x6F919C) is known color: Bermuda Grey. HEX triplet: 6F, 91 and 9C. RGB value is (111,145,156). Sum of RGB (Red+Green+Blue) = 111+145+156=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F919C is #906E63. Grayscale: #888888. Windows color (decimal): -9465444 or 10260847. OLE color: 10260847.

HSL color Cylindrical-coordinate representation of color #6F919C: hue angle of 194.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F919C is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 145 156 -
CMYK 0.29 0.07 0 0.39
HSL 194.67º 0.19% 0.52% -
HSV(B) 194.67º 0.29% 0.61% -
XYZ 22.68 26.03 35.28 -
YUV 136.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 111 145 156 0.29 0.07 0 0.39 194.67 0.19 0.52
Hex 6F 91 9C 1D 7 0 27 C3 13 34
Octal 157 221 234 35 7 0 47 303 23 64
Binary 1101111 10010001 10011100 11101 111 0 100111 11000011 10011 110100

Color Harmonies of #6F919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F919C

Black with #6F919C

Text Example


Text Example

White with #6F919C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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