Html Css Color HEX #68707E Raven

📋 copy color: '#68707E'

red 104 ◦ green 112 ◦ blue 126

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

Shades of Raven #68707E

Tints of Raven #68707E

RGB

 RED value IS 104 (41.02% from 255) = 30.41%

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

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

R = 30.41%
G = 32.75%
B = 36.84%

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

#68707E (or 0x68707E) is known color: Raven. HEX triplet: 68, 70 and 7E. RGB value is (104,112,126). Sum of RGB (Red+Green+Blue) = 104+112+126=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #68707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68707E is #978F81. Grayscale: #6F6F6F. Windows color (decimal): -9932674 or 8286312. OLE color: 8286312.

HSL color Cylindrical-coordinate representation of color #68707E: hue angle of 218.18º degrees, saturation: 0.1, 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 #68707E is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 112 126 -
CMYK 0.17 0.11 0 0.51
HSL 218.18º 0.1% 0.45% -
HSV(B) 218.18º 0.17% 0.49% -
XYZ 15.27 16.04 22.03 -
YUV 111.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 104 112 126 0.17 0.11 0 0.51 218.18 0.1 0.45
Hex 68 70 7E 11 B 0 33 DA A 2D
Octal 150 160 176 21 13 0 63 332 12 55
Binary 1101000 1110000 1111110 10001 1011 0 110011 11011010 1010 101101

Color Harmonies of #68707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68707E

Black with #68707E

Text Example


Text Example

White with #68707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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