Html Css Color HEX #6B717D Raven

📋 copy color: '#6B717D'

red 107 ◦ green 113 ◦ blue 125

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

Shades of Raven #6B717D

Tints of Raven #6B717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 31.01%
G = 32.75%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B717D (or 0x6B717D) is known color: Raven. HEX triplet: 6B, 71 and 7D. RGB value is (107,113,125). Sum of RGB (Red+Green+Blue) = 107+113+125=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717D is #948E82. Grayscale: #707070. Windows color (decimal): -9735811 or 8221035. OLE color: 8221035.

HSL color Cylindrical-coordinate representation of color #6B717D: hue angle of 220º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B717D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 113 125 -
CMYK 0.14 0.10 0 0.51
HSL 220º 0.08% 0.45% -
HSV(B) 220º 0.14% 0.49% -
XYZ 15.67 16.42 21.74 -
YUV 112.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 107 113 125 0.14 0.10 0 0.51 220 0.08 0.45
Hex 6B 71 7D E A 0 33 DC 8 2D
Octal 153 161 175 16 12 0 63 334 10 55
Binary 1101011 1110001 1111101 1110 1010 0 110011 11011100 1000 101101

Color Harmonies of #6B717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B717D

Black with #6B717D

Text Example


Text Example

White with #6B717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,125); }

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

background-color css

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

 a { background-color: rgb(107,113,125); }

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

border-color css

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

 span { border-color: rgb(107,113,125); }

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