Html Css Color HEX #69738A Storm Grey

📋 copy color: '#69738A'

red 105 ◦ green 115 ◦ blue 138

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

Shades of Storm Grey #69738A

Tints of Storm Grey #69738A

RGB

 RED value IS 105 (41.41% from 255) = 29.33%

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 29.33%
G = 32.12%
B = 38.55%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69738A (or 0x69738A) is known color: Storm Grey. HEX triplet: 69, 73 and 8A. RGB value is (105,115,138). Sum of RGB (Red+Green+Blue) = 105+115+138=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #69738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69738A is #968C75. Grayscale: #727272. Windows color (decimal): -9866358 or 9073513. OLE color: 9073513.

HSL color Cylindrical-coordinate representation of color #69738A: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69738A is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 115 138 -
CMYK 0.24 0.17 0 0.46
HSL 221.82º 0.14% 0.48% -
HSV(B) 221.82º 0.24% 0.54% -
XYZ 16.54 17.1 26.47 -
YUV 114.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 105 115 138 0.24 0.17 0 0.46 221.82 0.14 0.48
Hex 69 73 8A 18 11 0 2E DE E 30
Octal 151 163 212 30 21 0 56 336 16 60
Binary 1101001 1110011 10001010 11000 10001 0 101110 11011110 1110 110000

Color Harmonies of #69738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69738A

Black with #69738A

Text Example


Text Example

White with #69738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69738A; }

 p { color: rgb(105,115,138); }

 H1.HeaderClassName
 {
   color: #69738A;
 }
 .AnyTagClassName
 {
   color: #69738A;
 }
</style>

background-color css

<style>
 a { background-color: #69738A; }

 a { background-color: rgb(105,115,138); }

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

border-color css

<style>
 span { border-color: #69738A; }

 span { border-color: rgb(105,115,138); }

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