Html Css Color HEX #6F9599 Gothic

📋 copy color: '#6F9599'

red 111 ◦ green 149 ◦ blue 153

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

Shades of Gothic #6F9599

Tints of Gothic #6F9599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 26.88%
G = 36.08%
B = 37.05%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F9599 (or 0x6F9599) is known color: Gothic. HEX triplet: 6F, 95 and 99. RGB value is (111,149,153). Sum of RGB (Red+Green+Blue) = 111+149+153=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F9599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9599 is #906A66. Grayscale: #8A8A8A. Windows color (decimal): -9464423 or 10065263. OLE color: 10065263.

HSL color Cylindrical-coordinate representation of color #6F9599: hue angle of 185.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 #6F9599 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 149 153 -
CMYK 0.27 0.03 0 0.4
HSL 185.71º 0.17% 0.52% -
HSV(B) 185.71º 0.27% 0.6% -
XYZ 23.05 27.17 34.17 -
YUV 138.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 111 149 153 0.27 0.03 0 0.4 185.71 0.17 0.52
Hex 6F 95 99 1B 3 0 28 BA 11 34
Octal 157 225 231 33 3 0 50 272 21 64
Binary 1101111 10010101 10011001 11011 11 0 101000 10111010 10001 110100

Color Harmonies of #6F9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9599

Black with #6F9599

Text Example


Text Example

White with #6F9599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,153); }

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

background-color css

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

 a { background-color: rgb(111,149,153); }

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

border-color css

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

 span { border-color: rgb(111,149,153); }

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