Html Css Color HEX #6B7893 Slate Grey

📋 copy color: '#6B7893'

red 107 ◦ green 120 ◦ blue 147

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

Shades of Slate Grey #6B7893

Tints of Slate Grey #6B7893

RGB

 RED value IS 107 (42.19% from 255) = 28.61%

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 28.61%
G = 32.09%
B = 39.3%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B7893 (or 0x6B7893) is known color: Slate Grey. HEX triplet: 6B, 78 and 93. RGB value is (107,120,147). Sum of RGB (Red+Green+Blue) = 107+120+147=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B7893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7893 is #94876C. Grayscale: #777777. Windows color (decimal): -9733997 or 9664619. OLE color: 9664619.

HSL color Cylindrical-coordinate representation of color #6B7893: hue angle of 220.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B7893 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 120 147 -
CMYK 0.27 0.18 0 0.42
HSL 220.5º 0.16% 0.5% -
HSV(B) 220.5º 0.27% 0.58% -
XYZ 18.05 18.67 30.26 -
YUV 119.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 107 120 147 0.27 0.18 0 0.42 220.5 0.16 0.5
Hex 6B 78 93 1B 12 0 2A DC 10 32
Octal 153 170 223 33 22 0 52 334 20 62
Binary 1101011 1111000 10010011 11011 10010 0 101010 11011100 10000 110010

Color Harmonies of #6B7893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7893

Black with #6B7893

Text Example


Text Example

White with #6B7893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,147); }

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

background-color css

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

 a { background-color: rgb(107,120,147); }

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

border-color css

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

 span { border-color: rgb(107,120,147); }

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