Html Css Color HEX #687078 Raven

📋 copy color: '#687078'

red 104 ◦ green 112 ◦ blue 120

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

Shades of Raven #687078

Tints of Raven #687078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 30.95%
G = 33.33%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#687078 (or 0x687078) is known color: Raven. HEX triplet: 68, 70 and 78. RGB value is (104,112,120). Sum of RGB (Red+Green+Blue) = 104+112+120=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #687078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687078 is #978F87. Grayscale: #6E6E6E. Windows color (decimal): -9932680 or 7893096. OLE color: 7893096.

HSL color Cylindrical-coordinate representation of color #687078: hue angle of 210º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687078 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 112 120 -
CMYK 0.13 0.07 0 0.53
HSL 210º 0.07% 0.44% -
HSV(B) 210º 0.13% 0.47% -
XYZ 14.89 15.89 20.05 -
YUV 110.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 104 112 120 0.13 0.07 0 0.53 210 0.07 0.44
Hex 68 70 78 D 7 0 35 D2 7 2C
Octal 150 160 170 15 7 0 65 322 7 54
Binary 1101000 1110000 1111000 1101 111 0 110101 11010010 111 101100

Color Harmonies of #687078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687078

Black with #687078

Text Example


Text Example

White with #687078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687078; }

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

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

background-color css

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

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

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

border-color css

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

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

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