Html Css Color HEX #6F757B Raven

📋 copy color: '#6F757B'

red 111 ◦ green 117 ◦ blue 123

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

Shades of Raven #6F757B

Tints of Raven #6F757B

RGB

 RED value IS 111 (43.75% from 255) = 31.62%

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

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

R = 31.62%
G = 33.33%
B = 35.04%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F757B (or 0x6F757B) is known color: Raven. HEX triplet: 6F, 75 and 7B. RGB value is (111,117,123). Sum of RGB (Red+Green+Blue) = 111+117+123=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F757B is #908A84. Grayscale: #737373. Windows color (decimal): -9472645 or 8090991. OLE color: 8090991.

HSL color Cylindrical-coordinate representation of color #6F757B: hue angle of 210º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F757B is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 117 123 -
CMYK 0.10 0.05 0 0.52
HSL 210º 0.05% 0.46% -
HSV(B) 210º 0.1% 0.48% -
XYZ 16.49 17.53 21.25 -
YUV 115.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 111 117 123 0.10 0.05 0 0.52 210 0.05 0.46
Hex 6F 75 7B A 5 0 34 D2 5 2E
Octal 157 165 173 12 5 0 64 322 5 56
Binary 1101111 1110101 1111011 1010 101 0 110100 11010010 101 101110

Color Harmonies of #6F757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F757B

Black with #6F757B

Text Example


Text Example

White with #6F757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,123); }

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

background-color css

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

 a { background-color: rgb(111,117,123); }

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

border-color css

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

 span { border-color: rgb(111,117,123); }

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