Html Css Color HEX #69707E Raven

📋 copy color: '#69707E'

red 105 ◦ green 112 ◦ blue 126

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

Shades of Raven #69707E

Tints of Raven #69707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 30.61%
G = 32.65%
B = 36.73%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69707E (or 0x69707E) is known color: Raven. HEX triplet: 69, 70 and 7E. RGB value is (105,112,126). Sum of RGB (Red+Green+Blue) = 105+112+126=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 126 - color contains mainly: blue. Hex color #69707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69707E is #968F81. Grayscale: #6F6F6F. Windows color (decimal): -9867138 or 8286313. OLE color: 8286313.

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

Color convert

RGB 105 112 126 -
CMYK 0.17 0.11 0 0.51
HSL 220º 0.09% 0.45% -
HSV(B) 220º 0.17% 0.49% -
XYZ 15.39 16.1 22.03 -
YUV 111.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 105 112 126 0.17 0.11 0 0.51 220 0.09 0.45
Hex 69 70 7E 11 B 0 33 DC 9 2D
Octal 151 160 176 21 13 0 63 334 11 55
Binary 1101001 1110000 1111110 10001 1011 0 110011 11011100 1001 101101

Color Harmonies of #69707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69707E

Black with #69707E

Text Example


Text Example

White with #69707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69707E; }

 p { color: rgb(105,112,126); }

 H1.HeaderClassName
 {
   color: #69707E;
 }
 .AnyTagClassName
 {
   color: #69707E;
 }
</style>

background-color css

<style>
 a { background-color: #69707E; }

 a { background-color: rgb(105,112,126); }

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

border-color css

<style>
 span { border-color: #69707E; }

 span { border-color: rgb(105,112,126); }

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