Html Css Color HEX #69747D Raven

📋 copy color: '#69747D'

red 105 ◦ green 116 ◦ blue 125

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

Shades of Raven #69747D

Tints of Raven #69747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 30.35%
G = 33.53%
B = 36.13%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69747D (or 0x69747D) is known color: Raven. HEX triplet: 69, 74 and 7D. RGB value is (105,116,125). Sum of RGB (Red+Green+Blue) = 105+116+125=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #69747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69747D is #968B82. Grayscale: #717171. Windows color (decimal): -9866115 or 8221801. OLE color: 8221801.

HSL color Cylindrical-coordinate representation of color #69747D: hue angle of 207º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69747D is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 116 125 -
CMYK 0.16 0.07 0 0.51
HSL 207º 0.09% 0.45% -
HSV(B) 207º 0.16% 0.49% -
XYZ 15.77 16.97 21.85 -
YUV 113.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 105 116 125 0.16 0.07 0 0.51 207 0.09 0.45
Hex 69 74 7D 10 7 0 33 CF 9 2D
Octal 151 164 175 20 7 0 63 317 11 55
Binary 1101001 1110100 1111101 10000 111 0 110011 11001111 1001 101101

Color Harmonies of #69747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69747D

Black with #69747D

Text Example


Text Example

White with #69747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69747D; }

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

 H1.HeaderClassName
 {
   color: #69747D;
 }
 .AnyTagClassName
 {
   color: #69747D;
 }
</style>

background-color css

<style>
 a { background-color: #69747D; }

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

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

border-color css

<style>
 span { border-color: #69747D; }

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

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