Html Css Color HEX #686678 Dolphin

📋 copy color: '#686678'

red 104 ◦ green 102 ◦ blue 120

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

Shades of Dolphin #686678

Tints of Dolphin #686678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 31.9%
G = 31.29%
B = 36.81%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686678 (or 0x686678) is known color: Dolphin. HEX triplet: 68, 66 and 78. RGB value is (104,102,120). Sum of RGB (Red+Green+Blue) = 104+102+120=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #686678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686678 is #979987. Grayscale: #686868. Windows color (decimal): -9935240 or 7890536. OLE color: 7890536.

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

Color convert

RGB 104 102 120 -
CMYK 0.13 0.15 0 0.53
HSL 246.67º 0.08% 0.44% -
HSV(B) 246.67º 0.15% 0.47% -
XYZ 13.85 13.8 19.7 -
YUV 104.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 104 102 120 0.13 0.15 0 0.53 246.67 0.08 0.44
Hex 68 66 78 D F 0 35 F7 8 2C
Octal 150 146 170 15 17 0 65 367 10 54
Binary 1101000 1100110 1111000 1101 1111 0 110101 11110111 1000 101100

Color Harmonies of #686678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686678

Black with #686678

Text Example


Text Example

White with #686678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686678; }

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

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

background-color css

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

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

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

border-color css

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

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

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