Html Css Color HEX #6B717A Raven

📋 copy color: '#6B717A'

red 107 ◦ green 113 ◦ blue 122

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

Shades of Raven #6B717A

Tints of Raven #6B717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 31.29%
G = 33.04%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B717A (or 0x6B717A) is known color: Raven. HEX triplet: 6B, 71 and 7A. RGB value is (107,113,122). Sum of RGB (Red+Green+Blue) = 107+113+122=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717A is #948E85. Grayscale: #707070. Windows color (decimal): -9735814 or 8024427. OLE color: 8024427.

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

Color convert

RGB 107 113 122 -
CMYK 0.12 0.07 0 0.52
HSL 216º 0.07% 0.45% -
HSV(B) 216º 0.12% 0.48% -
XYZ 15.48 16.34 20.75 -
YUV 112.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 107 113 122 0.12 0.07 0 0.52 216 0.07 0.45
Hex 6B 71 7A C 7 0 34 D8 7 2D
Octal 153 161 172 14 7 0 64 330 7 55
Binary 1101011 1110001 1111010 1100 111 0 110100 11011000 111 101101

Color Harmonies of #6B717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B717A

Black with #6B717A

Text Example


Text Example

White with #6B717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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