Html Css Color HEX #69717C Raven

📋 copy color: '#69717C'

red 105 ◦ green 113 ◦ blue 124

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

Shades of Raven #69717C

Tints of Raven #69717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 30.7%
G = 33.04%
B = 36.26%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69717C (or 0x69717C) is known color: Raven. HEX triplet: 69, 71 and 7C. RGB value is (105,113,124). Sum of RGB (Red+Green+Blue) = 105+113+124=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #69717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69717C is #968E83. Grayscale: #6F6F6F. Windows color (decimal): -9866884 or 8155497. OLE color: 8155497.

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

Color convert

RGB 105 113 124 -
CMYK 0.15 0.09 0 0.51
HSL 214.74º 0.08% 0.45% -
HSV(B) 214.74º 0.15% 0.49% -
XYZ 15.37 16.27 21.4 -
YUV 111.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 105 113 124 0.15 0.09 0 0.51 214.74 0.08 0.45
Hex 69 71 7C F 9 0 33 D7 8 2D
Octal 151 161 174 17 11 0 63 327 10 55
Binary 1101001 1110001 1111100 1111 1001 0 110011 11010111 1000 101101

Color Harmonies of #69717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69717C

Black with #69717C

Text Example


Text Example

White with #69717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69717C; }

 p { color: rgb(105,113,124); }

 H1.HeaderClassName
 {
   color: #69717C;
 }
 .AnyTagClassName
 {
   color: #69717C;
 }
</style>

background-color css

<style>
 a { background-color: #69717C; }

 a { background-color: rgb(105,113,124); }

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

border-color css

<style>
 span { border-color: #69717C; }

 span { border-color: rgb(105,113,124); }

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