Html Css Color HEX #6B717B Raven

📋 copy color: '#6B717B'

red 107 ◦ green 113 ◦ blue 123

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

Shades of Raven #6B717B

Tints of Raven #6B717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 31.2%
G = 32.94%
B = 35.86%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B717B (or 0x6B717B) is known color: Raven. HEX triplet: 6B, 71 and 7B. RGB value is (107,113,123). Sum of RGB (Red+Green+Blue) = 107+113+123=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717B is #948E84. Grayscale: #707070. Windows color (decimal): -9735813 or 8089963. OLE color: 8089963.

HSL color Cylindrical-coordinate representation of color #6B717B: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B717B is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 113 123 -
CMYK 0.13 0.08 0 0.52
HSL 217.5º 0.07% 0.45% -
HSV(B) 217.5º 0.13% 0.48% -
XYZ 15.54 16.37 21.08 -
YUV 112.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 107 113 123 0.13 0.08 0 0.52 217.5 0.07 0.45
Hex 6B 71 7B D 8 0 34 DA 7 2D
Octal 153 161 173 15 10 0 64 332 7 55
Binary 1101011 1110001 1111011 1101 1000 0 110100 11011010 111 101101

Color Harmonies of #6B717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B717B

Black with #6B717B

Text Example


Text Example

White with #6B717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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