Html Css Color HEX #6C7384 Storm Grey

📋 copy color: '#6C7384'

red 108 ◦ green 115 ◦ blue 132

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

Shades of Storm Grey #6C7384

Tints of Storm Grey #6C7384

RGB

 RED value IS 108 (42.58% from 255) = 30.42%

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 30.42%
G = 32.39%
B = 37.18%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C7384 (or 0x6C7384) is known color: Storm Grey. HEX triplet: 6C, 73 and 84. RGB value is (108,115,132). Sum of RGB (Red+Green+Blue) = 108+115+132=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C7384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7384 is #938C7B. Grayscale: #727272. Windows color (decimal): -9669756 or 8680300. OLE color: 8680300.

HSL color Cylindrical-coordinate representation of color #6C7384: hue angle of 222.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C7384 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 115 132 -
CMYK 0.18 0.13 0 0.48
HSL 222.5º 0.1% 0.47% -
HSV(B) 222.5º 0.18% 0.52% -
XYZ 16.48 17.12 24.26 -
YUV 114.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 108 115 132 0.18 0.13 0 0.48 222.5 0.1 0.47
Hex 6C 73 84 12 D 0 30 DE A 2F
Octal 154 163 204 22 15 0 60 336 12 57
Binary 1101100 1110011 10000100 10010 1101 0 110000 11011110 1010 101111

Color Harmonies of #6C7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7384

Black with #6C7384

Text Example


Text Example

White with #6C7384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,132); }

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

background-color css

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

 a { background-color: rgb(108,115,132); }

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

border-color css

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

 span { border-color: rgb(108,115,132); }

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