Html Css Color HEX #6B768B Storm Grey

📋 copy color: '#6B768B'

red 107 ◦ green 118 ◦ blue 139

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

Shades of Storm Grey #6B768B

Tints of Storm Grey #6B768B

RGB

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

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

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

R = 29.4%
G = 32.42%
B = 38.19%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B768B (or 0x6B768B) is known color: Storm Grey. HEX triplet: 6B, 76 and 8B. RGB value is (107,118,139). Sum of RGB (Red+Green+Blue) = 107+118+139=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B768B is #948974. Grayscale: #757575. Windows color (decimal): -9734517 or 9139819. OLE color: 9139819.

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

Color convert

RGB 107 118 139 -
CMYK 0.23 0.15 0 0.45
HSL 219.38º 0.13% 0.48% -
HSV(B) 219.38º 0.23% 0.55% -
XYZ 17.2 17.95 26.98 -
YUV 117.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 107 118 139 0.23 0.15 0 0.45 219.38 0.13 0.48
Hex 6B 76 8B 17 F 0 2D DB D 30
Octal 153 166 213 27 17 0 55 333 15 60
Binary 1101011 1110110 10001011 10111 1111 0 101101 11011011 1101 110000

Color Harmonies of #6B768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B768B

Black with #6B768B

Text Example


Text Example

White with #6B768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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