Html Css Color HEX #6B757C Raven

📋 copy color: '#6B757C'

red 107 ◦ green 117 ◦ blue 124

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

Shades of Raven #6B757C

Tints of Raven #6B757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 30.75%
G = 33.62%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B757C (or 0x6B757C) is known color: Raven. HEX triplet: 6B, 75 and 7C. RGB value is (107,117,124). Sum of RGB (Red+Green+Blue) = 107+117+124=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B757C is #948A83. Grayscale: #727272. Windows color (decimal): -9734788 or 8156523. OLE color: 8156523.

HSL color Cylindrical-coordinate representation of color #6B757C: hue angle of 204.71º degrees, saturation: 0.07, 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 #6B757C is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 117 124 -
CMYK 0.14 0.06 0 0.51
HSL 204.71º 0.07% 0.45% -
HSV(B) 204.71º 0.14% 0.49% -
XYZ 16.06 17.3 21.56 -
YUV 114.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 107 117 124 0.14 0.06 0 0.51 204.71 0.07 0.45
Hex 6B 75 7C E 6 0 33 CD 7 2D
Octal 153 165 174 16 6 0 63 315 7 55
Binary 1101011 1110101 1111100 1110 110 0 110011 11001101 111 101101

Color Harmonies of #6B757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B757C

Black with #6B757C

Text Example


Text Example

White with #6B757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,117,124); }

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

background-color css

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

 a { background-color: rgb(107,117,124); }

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

border-color css

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

 span { border-color: rgb(107,117,124); }

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