Html Css Color HEX #69768A Storm Grey

📋 copy color: '#69768A'

red 105 ◦ green 118 ◦ blue 138

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

Shades of Storm Grey #69768A

Tints of Storm Grey #69768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 29.09%
G = 32.69%
B = 38.23%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69768A (or 0x69768A) is known color: Storm Grey. HEX triplet: 69, 76 and 8A. RGB value is (105,118,138). Sum of RGB (Red+Green+Blue) = 105+118+138=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #69768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69768A is #968975. Grayscale: #747474. Windows color (decimal): -9865590 or 9074281. OLE color: 9074281.

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

Color convert

RGB 105 118 138 -
CMYK 0.24 0.14 0 0.46
HSL 216.36º 0.14% 0.48% -
HSV(B) 216.36º 0.24% 0.54% -
XYZ 16.89 17.8 26.59 -
YUV 116.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 105 118 138 0.24 0.14 0 0.46 216.36 0.14 0.48
Hex 69 76 8A 18 E 0 2E D8 E 30
Octal 151 166 212 30 16 0 56 330 16 60
Binary 1101001 1110110 10001010 11000 1110 0 101110 11011000 1110 110000

Color Harmonies of #69768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69768A

Black with #69768A

Text Example


Text Example

White with #69768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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