Html Css Color HEX #69748B Storm Grey

📋 copy color: '#69748B'

red 105 ◦ green 116 ◦ blue 139

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

Shades of Storm Grey #69748B

Tints of Storm Grey #69748B

RGB

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

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

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

R = 29.17%
G = 32.22%
B = 38.61%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69748B (or 0x69748B) is known color: Storm Grey. HEX triplet: 69, 74 and 8B. RGB value is (105,116,139). Sum of RGB (Red+Green+Blue) = 105+116+139=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #69748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69748B is #968B74. Grayscale: #737373. Windows color (decimal): -9866101 or 9139305. OLE color: 9139305.

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

Color convert

RGB 105 116 139 -
CMYK 0.24 0.17 0 0.45
HSL 220.59º 0.14% 0.48% -
HSV(B) 220.59º 0.24% 0.55% -
XYZ 16.73 17.36 26.89 -
YUV 115.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 105 116 139 0.24 0.17 0 0.45 220.59 0.14 0.48
Hex 69 74 8B 18 11 0 2D DD E 30
Octal 151 164 213 30 21 0 55 335 16 60
Binary 1101001 1110100 10001011 11000 10001 0 101101 11011101 1110 110000

Color Harmonies of #69748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69748B

Black with #69748B

Text Example


Text Example

White with #69748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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