Html Css Color HEX #6B6C6E Raven

📋 copy color: '#6B6C6E'

red 107 ◦ green 108 ◦ blue 110

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

Shades of Raven #6B6C6E

Tints of Raven #6B6C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 32.92%
G = 33.23%
B = 33.85%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B6C6E (or 0x6B6C6E) is known color: Raven. HEX triplet: 6B, 6C and 6E. RGB value is (107,108,110). Sum of RGB (Red+Green+Blue) = 107+108+110=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B6C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6C6E is #949391. Grayscale: #6B6B6B. Windows color (decimal): -9737106 or 7236715. OLE color: 7236715.

HSL color Cylindrical-coordinate representation of color #6B6C6E: hue angle of 220º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6C6E is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 108 110 -
CMYK 0.03 0.02 0 0.57
HSL 220º 0.01% 0.43% -
HSV(B) 220º 0.03% 0.43% -
XYZ 14.24 14.98 16.89 -
YUV 107.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 107 108 110 0.03 0.02 0 0.57 220 0.01 0.43
Hex 6B 6C 6E 3 2 0 39 DC 1 2B
Octal 153 154 156 3 2 0 71 334 1 53
Binary 1101011 1101100 1101110 11 10 0 111001 11011100 1 101011

Color Harmonies of #6B6C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6C6E

Black with #6B6C6E

Text Example


Text Example

White with #6B6C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,108,110); }

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

background-color css

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

 a { background-color: rgb(107,108,110); }

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

border-color css

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

 span { border-color: rgb(107,108,110); }

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