Html Css Color HEX #6F859A Light Slate Grey

📋 copy color: '#6F859A'

red 111 ◦ green 133 ◦ blue 154

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

Shades of Light Slate Grey #6F859A

Tints of Light Slate Grey #6F859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 27.89%
G = 33.42%
B = 38.69%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F859A (or 0x6F859A) is known color: Light Slate Grey. HEX triplet: 6F, 85 and 9A. RGB value is (111,133,154). Sum of RGB (Red+Green+Blue) = 111+133+154=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F859A is #907A65. Grayscale: #808080. Windows color (decimal): -9468518 or 10126703. OLE color: 10126703.

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

Color convert

RGB 111 133 154 -
CMYK 0.28 0.14 0 0.40
HSL 209.3º 0.18% 0.52% -
HSV(B) 209.3º 0.28% 0.6% -
XYZ 20.78 22.49 33.82 -
YUV 128.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 111 133 154 0.28 0.14 0 0.40 209.3 0.18 0.52
Hex 6F 85 9A 1C E 0 28 D1 12 34
Octal 157 205 232 34 16 0 50 321 22 64
Binary 1101111 10000101 10011010 11100 1110 0 101000 11010001 10010 110100

Color Harmonies of #6F859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F859A

Black with #6F859A

Text Example


Text Example

White with #6F859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,154); }

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

background-color css

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

 a { background-color: rgb(111,133,154); }

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

border-color css

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

 span { border-color: rgb(111,133,154); }

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