Html Css Color HEX #6B7F9C Slate Grey

📋 copy color: '#6B7F9C'

red 107 ◦ green 127 ◦ blue 156

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

Shades of Slate Grey #6B7F9C

Tints of Slate Grey #6B7F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 27.44%
G = 32.56%
B = 40%

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

#6B7F9C (or 0x6B7F9C) is known color: Slate Grey. HEX triplet: 6B, 7F and 9C. RGB value is (107,127,156). Sum of RGB (Red+Green+Blue) = 107+127+156=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B7F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7F9C is #948063. Grayscale: #7C7C7C. Windows color (decimal): -9732196 or 10256235. OLE color: 10256235.

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

Color convert

RGB 107 127 156 -
CMYK 0.31 0.19 0 0.39
HSL 215.51º 0.2% 0.52% -
HSV(B) 215.51º 0.31% 0.61% -
XYZ 19.65 20.7 34.41 -
YUV 124.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 107 127 156 0.31 0.19 0 0.39 215.51 0.2 0.52
Hex 6B 7F 9C 1F 13 0 27 D8 14 34
Octal 153 177 234 37 23 0 47 330 24 64
Binary 1101011 1111111 10011100 11111 10011 0 100111 11011000 10100 110100

Color Harmonies of #6B7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7F9C

Black with #6B7F9C

Text Example


Text Example

White with #6B7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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