Html Css Color HEX #6B707C Raven

📋 copy color: '#6B707C'

red 107 ◦ green 112 ◦ blue 124

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

Shades of Raven #6B707C

Tints of Raven #6B707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 31.2%
G = 32.65%
B = 36.15%

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

#6B707C (or 0x6B707C) is known color: Raven. HEX triplet: 6B, 70 and 7C. RGB value is (107,112,124). Sum of RGB (Red+Green+Blue) = 107+112+124=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B707C is #948F83. Grayscale: #6F6F6F. Windows color (decimal): -9736068 or 8155243. OLE color: 8155243.

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

Color convert

RGB 107 112 124 -
CMYK 0.14 0.10 0 0.51
HSL 222.35º 0.07% 0.45% -
HSV(B) 222.35º 0.14% 0.49% -
XYZ 15.5 16.17 21.37 -
YUV 111.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 107 112 124 0.14 0.10 0 0.51 222.35 0.07 0.45
Hex 6B 70 7C E A 0 33 DE 7 2D
Octal 153 160 174 16 12 0 63 336 7 55
Binary 1101011 1110000 1111100 1110 1010 0 110011 11011110 111 101101

Color Harmonies of #6B707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B707C

Black with #6B707C

Text Example


Text Example

White with #6B707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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