Html Css Color HEX #6B768E Storm Grey

📋 copy color: '#6B768E'

red 107 ◦ green 118 ◦ blue 142

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

Shades of Storm Grey #6B768E

Tints of Storm Grey #6B768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 29.16%
G = 32.15%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B768E (or 0x6B768E) is known color: Storm Grey. HEX triplet: 6B, 76 and 8E. RGB value is (107,118,142). Sum of RGB (Red+Green+Blue) = 107+118+142=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B768E is #948971. Grayscale: #757575. Windows color (decimal): -9734514 or 9336427. OLE color: 9336427.

HSL color Cylindrical-coordinate representation of color #6B768E: hue angle of 221.14º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B768E is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 118 142 -
CMYK 0.25 0.17 0 0.44
HSL 221.14º 0.14% 0.49% -
HSV(B) 221.14º 0.25% 0.56% -
XYZ 17.42 18.04 28.15 -
YUV 117.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 107 118 142 0.25 0.17 0 0.44 221.14 0.14 0.49
Hex 6B 76 8E 19 11 0 2C DD E 31
Octal 153 166 216 31 21 0 54 335 16 61
Binary 1101011 1110110 10001110 11001 10001 0 101100 11011101 1110 110001

Color Harmonies of #6B768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B768E

Black with #6B768E

Text Example


Text Example

White with #6B768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,142); }

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

background-color css

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

 a { background-color: rgb(107,118,142); }

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

border-color css

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

 span { border-color: rgb(107,118,142); }

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