Html Css Color HEX #6F949D Gothic

📋 copy color: '#6F949D'

red 111 ◦ green 148 ◦ blue 157

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

Shades of Gothic #6F949D

Tints of Gothic #6F949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 26.68%
G = 35.58%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F949D (or 0x6F949D) is known color: Gothic. HEX triplet: 6F, 94 and 9D. RGB value is (111,148,157). Sum of RGB (Red+Green+Blue) = 111+148+157=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F949D is #906B62. Grayscale: #898989. Windows color (decimal): -9464675 or 10327151. OLE color: 10327151.

HSL color Cylindrical-coordinate representation of color #6F949D: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F949D is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 148 157 -
CMYK 0.29 0.06 0 0.38
HSL 191.74º 0.19% 0.53% -
HSV(B) 191.74º 0.29% 0.62% -
XYZ 23.23 26.99 35.88 -
YUV 137.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 111 148 157 0.29 0.06 0 0.38 191.74 0.19 0.53
Hex 6F 94 9D 1D 6 0 26 C0 13 35
Octal 157 224 235 35 6 0 46 300 23 65
Binary 1101111 10010100 10011101 11101 110 0 100110 11000000 10011 110101

Color Harmonies of #6F949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F949D

Black with #6F949D

Text Example


Text Example

White with #6F949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,157); }

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

background-color css

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

 a { background-color: rgb(111,148,157); }

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

border-color css

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

 span { border-color: rgb(111,148,157); }

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