Html Css Color HEX #6B717F Raven

📋 copy color: '#6B717F'

red 107 ◦ green 113 ◦ blue 127

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

Shades of Raven #6B717F

Tints of Raven #6B717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 30.84%
G = 32.56%
B = 36.6%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B717F (or 0x6B717F) is known color: Raven. HEX triplet: 6B, 71 and 7F. RGB value is (107,113,127). Sum of RGB (Red+Green+Blue) = 107+113+127=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717F is #948E80. Grayscale: #707070. Windows color (decimal): -9735809 or 8352107. OLE color: 8352107.

HSL color Cylindrical-coordinate representation of color #6B717F: hue angle of 222º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B717F is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 113 127 -
CMYK 0.16 0.11 0 0.50
HSL 222º 0.09% 0.46% -
HSV(B) 222º 0.16% 0.5% -
XYZ 15.8 16.47 22.42 -
YUV 112.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 107 113 127 0.16 0.11 0 0.50 222 0.09 0.46
Hex 6B 71 7F 10 B 0 32 DE 9 2E
Octal 153 161 177 20 13 0 62 336 11 56
Binary 1101011 1110001 1111111 10000 1011 0 110010 11011110 1001 101110

Color Harmonies of #6B717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B717F

Black with #6B717F

Text Example


Text Example

White with #6B717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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