Html Css Color HEX #6B727E Raven

📋 copy color: '#6B727E'

red 107 ◦ green 114 ◦ blue 126

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

Shades of Raven #6B727E

Tints of Raven #6B727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 30.84%
G = 32.85%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B727E (or 0x6B727E) is known color: Raven. HEX triplet: 6B, 72 and 7E. RGB value is (107,114,126). Sum of RGB (Red+Green+Blue) = 107+114+126=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B727E is #948D81. Grayscale: #717171. Windows color (decimal): -9735554 or 8286827. OLE color: 8286827.

HSL color Cylindrical-coordinate representation of color #6B727E: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B727E is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 114 126 -
CMYK 0.15 0.10 0 0.51
HSL 217.89º 0.08% 0.46% -
HSV(B) 217.89º 0.15% 0.49% -
XYZ 15.85 16.67 22.12 -
YUV 113.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 107 114 126 0.15 0.10 0 0.51 217.89 0.08 0.46
Hex 6B 72 7E F A 0 33 DA 8 2E
Octal 153 162 176 17 12 0 63 332 10 56
Binary 1101011 1110010 1111110 1111 1010 0 110011 11011010 1000 101110

Color Harmonies of #6B727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B727E

Black with #6B727E

Text Example


Text Example

White with #6B727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,114,126); }

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

background-color css

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

 a { background-color: rgb(107,114,126); }

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

border-color css

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

 span { border-color: rgb(107,114,126); }

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