Html Css Color HEX #6B7F9B Slate Grey

📋 copy color: '#6B7F9B'

red 107 ◦ green 127 ◦ blue 155

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

Shades of Slate Grey #6B7F9B

Tints of Slate Grey #6B7F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 27.51%
G = 32.65%
B = 39.85%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B7F9B (or 0x6B7F9B) is known color: Slate Grey. HEX triplet: 6B, 7F and 9B. RGB value is (107,127,155). Sum of RGB (Red+Green+Blue) = 107+127+155=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7F9B is #948064. Grayscale: #7C7C7C. Windows color (decimal): -9732197 or 10190699. OLE color: 10190699.

HSL color Cylindrical-coordinate representation of color #6B7F9B: hue angle of 215º 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 #6B7F9B is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 127 155 -
CMYK 0.31 0.18 0 0.39
HSL 215º 0.19% 0.51% -
HSV(B) 215º 0.31% 0.61% -
XYZ 19.57 20.67 33.97 -
YUV 124.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 107 127 155 0.31 0.18 0 0.39 215 0.19 0.51
Hex 6B 7F 9B 1F 12 0 27 D7 13 33
Octal 153 177 233 37 22 0 47 327 23 63
Binary 1101011 1111111 10011011 11111 10010 0 100111 11010111 10011 110011

Color Harmonies of #6B7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7F9B

Black with #6B7F9B

Text Example


Text Example

White with #6B7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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