Html Css Color HEX #6B707B Raven

📋 copy color: '#6B707B'

red 107 ◦ green 112 ◦ blue 123

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

Shades of Raven #6B707B

Tints of Raven #6B707B

RGB

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

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

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

R = 31.29%
G = 32.75%
B = 35.96%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B707B (or 0x6B707B) is known color: Raven. HEX triplet: 6B, 70 and 7B. RGB value is (107,112,123). Sum of RGB (Red+Green+Blue) = 107+112+123=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B707B is #948F84. Grayscale: #6F6F6F. Windows color (decimal): -9736069 or 8089707. OLE color: 8089707.

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

Color convert

RGB 107 112 123 -
CMYK 0.13 0.09 0 0.52
HSL 221.25º 0.07% 0.45% -
HSV(B) 221.25º 0.13% 0.48% -
XYZ 15.43 16.14 21.04 -
YUV 111.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 107 112 123 0.13 0.09 0 0.52 221.25 0.07 0.45
Hex 6B 70 7B D 9 0 34 DD 7 2D
Octal 153 160 173 15 11 0 64 335 7 55
Binary 1101011 1110000 1111011 1101 1001 0 110100 11011101 111 101101

Color Harmonies of #6B707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B707B

Black with #6B707B

Text Example


Text Example

White with #6B707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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