Html Css Color HEX #6B738B Storm Grey

📋 copy color: '#6B738B'

red 107 ◦ green 115 ◦ blue 139

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

Shades of Storm Grey #6B738B

Tints of Storm Grey #6B738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 29.64%
G = 31.86%
B = 38.5%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B738B (or 0x6B738B) is known color: Storm Grey. HEX triplet: 6B, 73 and 8B. RGB value is (107,115,139). Sum of RGB (Red+Green+Blue) = 107+115+139=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B738B is #948C74. Grayscale: #737373. Windows color (decimal): -9735285 or 9139051. OLE color: 9139051.

HSL color Cylindrical-coordinate representation of color #6B738B: hue angle of 225º 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 #6B738B is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 115 139 -
CMYK 0.23 0.17 0 0.45
HSL 225º 0.13% 0.48% -
HSV(B) 225º 0.23% 0.55% -
XYZ 16.85 17.25 26.87 -
YUV 115.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 107 115 139 0.23 0.17 0 0.45 225 0.13 0.48
Hex 6B 73 8B 17 11 0 2D E1 D 30
Octal 153 163 213 27 21 0 55 341 15 60
Binary 1101011 1110011 10001011 10111 10001 0 101101 11100001 1101 110000

Color Harmonies of #6B738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B738B

Black with #6B738B

Text Example


Text Example

White with #6B738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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