Html Css Color HEX #69748A Storm Grey

📋 copy color: '#69748A'

red 105 ◦ green 116 ◦ blue 138

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

Shades of Storm Grey #69748A

Tints of Storm Grey #69748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 29.25%
G = 32.31%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69748A (or 0x69748A) is known color: Storm Grey. HEX triplet: 69, 74 and 8A. RGB value is (105,116,138). Sum of RGB (Red+Green+Blue) = 105+116+138=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #69748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69748A is #968B75. Grayscale: #737373. Windows color (decimal): -9866102 or 9073769. OLE color: 9073769.

HSL color Cylindrical-coordinate representation of color #69748A: hue angle of 220º 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 #69748A is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 116 138 -
CMYK 0.24 0.16 0 0.46
HSL 220º 0.14% 0.48% -
HSV(B) 220º 0.24% 0.54% -
XYZ 16.66 17.33 26.51 -
YUV 115.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 105 116 138 0.24 0.16 0 0.46 220 0.14 0.48
Hex 69 74 8A 18 10 0 2E DC E 30
Octal 151 164 212 30 20 0 56 334 16 60
Binary 1101001 1110100 10001010 11000 10000 0 101110 11011100 1110 110000

Color Harmonies of #69748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69748A

Black with #69748A

Text Example


Text Example

White with #69748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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