Html Css Color HEX #686582 Dolphin

📋 copy color: '#686582'

red 104 ◦ green 101 ◦ blue 130

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

Shades of Dolphin #686582

Tints of Dolphin #686582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 31.04%
G = 30.15%
B = 38.81%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686582 (or 0x686582) is known color: Dolphin. HEX triplet: 68, 65 and 82. RGB value is (104,101,130). Sum of RGB (Red+Green+Blue) = 104+101+130=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #686582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686582 is #979A7D. Grayscale: #696969. Windows color (decimal): -9935486 or 8545640. OLE color: 8545640.

HSL color Cylindrical-coordinate representation of color #686582: hue angle of 246.21º degrees, saturation: 0.13, 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 #686582 is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 101 130 -
CMYK 0.2 0.22 0 0.49
HSL 246.21º 0.13% 0.45% -
HSV(B) 246.21º 0.22% 0.51% -
XYZ 14.39 13.86 23.04 -
YUV 105.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 104 101 130 0.2 0.22 0 0.49 246.21 0.13 0.45
Hex 68 65 82 14 16 0 31 F6 D 2D
Octal 150 145 202 24 26 0 61 366 15 55
Binary 1101000 1100101 10000010 10100 10110 0 110001 11110110 1101 101101

Color Harmonies of #686582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686582

Black with #686582

Text Example


Text Example

White with #686582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686582; }

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

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

background-color css

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

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

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

border-color css

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

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

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