Html Css Color HEX #6F9098 Gothic

📋 copy color: '#6F9098'

red 111 ◦ green 144 ◦ blue 152

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

Shades of Gothic #6F9098

Tints of Gothic #6F9098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 27.27%
G = 35.38%
B = 37.35%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F9098 (or 0x6F9098) is known color: Gothic. HEX triplet: 6F, 90 and 98. RGB value is (111,144,152). Sum of RGB (Red+Green+Blue) = 111+144+152=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F9098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9098 is #906F67. Grayscale: #868686. Windows color (decimal): -9465704 or 9998447. OLE color: 9998447.

HSL color Cylindrical-coordinate representation of color #6F9098: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9098 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 144 152 -
CMYK 0.27 0.05 0 0.40
HSL 191.71º 0.17% 0.52% -
HSV(B) 191.71º 0.27% 0.6% -
XYZ 22.2 25.59 33.48 -
YUV 135.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 111 144 152 0.27 0.05 0 0.40 191.71 0.17 0.52
Hex 6F 90 98 1B 5 0 28 C0 11 34
Octal 157 220 230 33 5 0 50 300 21 64
Binary 1101111 10010000 10011000 11011 101 0 101000 11000000 10001 110100

Color Harmonies of #6F9098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9098

Black with #6F9098

Text Example


Text Example

White with #6F9098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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