Html Css Color HEX #6B7E9B Slate Grey

📋 copy color: '#6B7E9B'

red 107 ◦ green 126 ◦ blue 155

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

Shades of Slate Grey #6B7E9B

Tints of Slate Grey #6B7E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 27.58%
G = 32.47%
B = 39.95%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B7E9B (or 0x6B7E9B) is known color: Slate Grey. HEX triplet: 6B, 7E and 9B. RGB value is (107,126,155). Sum of RGB (Red+Green+Blue) = 107+126+155=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7E9B is #948164. Grayscale: #7B7B7B. Windows color (decimal): -9732453 or 10190443. OLE color: 10190443.

HSL color Cylindrical-coordinate representation of color #6B7E9B: hue angle of 216.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B7E9B is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 126 155 -
CMYK 0.31 0.19 0 0.39
HSL 216.25º 0.19% 0.51% -
HSV(B) 216.25º 0.31% 0.61% -
XYZ 19.44 20.41 33.93 -
YUV 123.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 107 126 155 0.31 0.19 0 0.39 216.25 0.19 0.51
Hex 6B 7E 9B 1F 13 0 27 D8 13 33
Octal 153 176 233 37 23 0 47 330 23 63
Binary 1101011 1111110 10011011 11111 10011 0 100111 11011000 10011 110011

Color Harmonies of #6B7E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7E9B

Black with #6B7E9B

Text Example


Text Example

White with #6B7E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,126,155); }

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

background-color css

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

 a { background-color: rgb(107,126,155); }

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

border-color css

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

 span { border-color: rgb(107,126,155); }

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