Html Css Color HEX #6E768B Storm Grey

📋 copy color: '#6E768B'

red 110 ◦ green 118 ◦ blue 139

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

Shades of Storm Grey #6E768B

Tints of Storm Grey #6E768B

RGB

 RED value IS 110 (43.36% from 255) = 29.97%

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 29.97%
G = 32.15%
B = 37.87%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E768B (or 0x6E768B) is known color: Storm Grey. HEX triplet: 6E, 76 and 8B. RGB value is (110,118,139). Sum of RGB (Red+Green+Blue) = 110+118+139=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E768B is #918974. Grayscale: #757575. Windows color (decimal): -9537909 or 9139822. OLE color: 9139822.

HSL color Cylindrical-coordinate representation of color #6E768B: hue angle of 223.45º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E768B is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 118 139 -
CMYK 0.21 0.15 0 0.45
HSL 223.45º 0.12% 0.49% -
HSV(B) 223.45º 0.21% 0.55% -
XYZ 17.57 18.14 27 -
YUV 118 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 110 118 139 0.21 0.15 0 0.45 223.45 0.12 0.49
Hex 6E 76 8B 15 F 0 2D DF C 31
Octal 156 166 213 25 17 0 55 337 14 61
Binary 1101110 1110110 10001011 10101 1111 0 101101 11011111 1100 110001

Color Harmonies of #6E768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E768B

Black with #6E768B

Text Example


Text Example

White with #6E768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,139); }

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

background-color css

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

 a { background-color: rgb(110,118,139); }

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

border-color css

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

 span { border-color: rgb(110,118,139); }

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