Html Css Color HEX #686581 Dolphin

📋 copy color: '#686581'

red 104 ◦ green 101 ◦ blue 129

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

Shades of Dolphin #686581

Tints of Dolphin #686581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 129 (50.78% from 255) = 38.62%

R = 31.14%
G = 30.24%
B = 38.62%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686581 (or 0x686581) is known color: Dolphin. HEX triplet: 68, 65 and 81. RGB value is (104,101,129). Sum of RGB (Red+Green+Blue) = 104+101+129=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 129 - color contains mainly: blue. Hex color #686581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686581 is #979A7E. Grayscale: #686868. Windows color (decimal): -9935487 or 8480104. OLE color: 8480104.

HSL color Cylindrical-coordinate representation of color #686581: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686581 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 101 129 -
CMYK 0.19 0.22 0 0.49
HSL 246.43º 0.12% 0.45% -
HSV(B) 246.43º 0.22% 0.51% -
XYZ 14.33 13.84 22.68 -
YUV 105.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 104 101 129 0.19 0.22 0 0.49 246.43 0.12 0.45
Hex 68 65 81 13 16 0 31 F6 C 2D
Octal 150 145 201 23 26 0 61 366 14 55
Binary 1101000 1100101 10000001 10011 10110 0 110001 11110110 1100 101101

Color Harmonies of #686581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686581

Black with #686581

Text Example


Text Example

White with #686581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686581; }

 p { color: rgb(104,101,129); }

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

background-color css

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

 a { background-color: rgb(104,101,129); }

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

border-color css

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

 span { border-color: rgb(104,101,129); }

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