Html Css Color HEX #6B708B Storm Grey

📋 copy color: '#6B708B'

red 107 ◦ green 112 ◦ blue 139

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

Shades of Storm Grey #6B708B

Tints of Storm Grey #6B708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 29.89%
G = 31.28%
B = 38.83%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B708B (or 0x6B708B) is known color: Storm Grey. HEX triplet: 6B, 70 and 8B. RGB value is (107,112,139). Sum of RGB (Red+Green+Blue) = 107+112+139=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B708B is #948F74. Grayscale: #717171. Windows color (decimal): -9736053 or 9138283. OLE color: 9138283.

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

Color convert

RGB 107 112 139 -
CMYK 0.23 0.19 0 0.45
HSL 230.63º 0.13% 0.48% -
HSV(B) 230.63º 0.23% 0.55% -
XYZ 16.52 16.58 26.76 -
YUV 113.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 107 112 139 0.23 0.19 0 0.45 230.63 0.13 0.48
Hex 6B 70 8B 17 13 0 2D E7 D 30
Octal 153 160 213 27 23 0 55 347 15 60
Binary 1101011 1110000 10001011 10111 10011 0 101101 11100111 1101 110000

Color Harmonies of #6B708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B708B

Black with #6B708B

Text Example


Text Example

White with #6B708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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