Html Css Color HEX #6F8398 Slate Grey

📋 copy color: '#6F8398'

red 111 ◦ green 131 ◦ blue 152

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

Shades of Slate Grey #6F8398

Tints of Slate Grey #6F8398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 28.17%
G = 33.25%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F8398 (or 0x6F8398) is known color: Slate Grey. HEX triplet: 6F, 83 and 98. RGB value is (111,131,152). Sum of RGB (Red+Green+Blue) = 111+131+152=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F8398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8398 is #907C67. Grayscale: #7F7F7F. Windows color (decimal): -9469032 or 9995119. OLE color: 9995119.

HSL color Cylindrical-coordinate representation of color #6F8398: hue angle of 210.73º 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 #6F8398 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 131 152 -
CMYK 0.27 0.14 0 0.40
HSL 210.73º 0.17% 0.52% -
HSV(B) 210.73º 0.27% 0.6% -
XYZ 20.34 21.88 32.86 -
YUV 127.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 111 131 152 0.27 0.14 0 0.40 210.73 0.17 0.52
Hex 6F 83 98 1B E 0 28 D3 11 34
Octal 157 203 230 33 16 0 50 323 21 64
Binary 1101111 10000011 10011000 11011 1110 0 101000 11010011 10001 110100

Color Harmonies of #6F8398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8398

Black with #6F8398

Text Example


Text Example

White with #6F8398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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