Html Css Color HEX #686770 Dolphin

📋 copy color: '#686770'

red 104 ◦ green 103 ◦ blue 112

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

Shades of Dolphin #686770

Tints of Dolphin #686770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 32.6%
G = 32.29%
B = 35.11%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686770 (or 0x686770) is known color: Dolphin. HEX triplet: 68, 67 and 70. RGB value is (104,103,112). Sum of RGB (Red+Green+Blue) = 104+103+112=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: blue. Hex color #686770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686770 is #97988F. Grayscale: #686868. Windows color (decimal): -9934992 or 7366504. OLE color: 7366504.

HSL color Cylindrical-coordinate representation of color #686770: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686770 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 103 112 -
CMYK 0.07 0.08 0 0.56
HSL 246.67º 0.04% 0.42% -
HSV(B) 246.67º 0.08% 0.44% -
XYZ 13.48 13.81 17.28 -
YUV 104.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 104 103 112 0.07 0.08 0 0.56 246.67 0.04 0.42
Hex 68 67 70 7 8 0 38 F7 4 2A
Octal 150 147 160 7 10 0 70 367 4 52
Binary 1101000 1100111 1110000 111 1000 0 111000 11110111 100 101010

Color Harmonies of #686770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686770

Black with #686770

Text Example


Text Example

White with #686770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686770; }

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

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

background-color css

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

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

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

border-color css

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

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

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