Html Css Color HEX #686470 Dolphin

📋 copy color: '#686470'

red 104 ◦ green 100 ◦ blue 112

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

Shades of Dolphin #686470

Tints of Dolphin #686470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 32.91%
G = 31.65%
B = 35.44%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686470 (or 0x686470) is known color: Dolphin. HEX triplet: 68, 64 and 70. RGB value is (104,100,112). Sum of RGB (Red+Green+Blue) = 104+100+112=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #686470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686470 is #979B8F. Grayscale: #666666. Windows color (decimal): -9935760 or 7365736. OLE color: 7365736.

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

Color convert

RGB 104 100 112 -
CMYK 0.07 0.11 0 0.56
HSL 260º 0.06% 0.42% -
HSV(B) 260º 0.11% 0.44% -
XYZ 13.19 13.23 17.19 -
YUV 102.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 104 100 112 0.07 0.11 0 0.56 260 0.06 0.42
Hex 68 64 70 7 B 0 38 104 6 2A
Octal 150 144 160 7 13 0 70 404 6 52
Binary 1101000 1100100 1110000 111 1011 0 111000 100000100 110 101010

Color Harmonies of #686470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686470

Black with #686470

Text Example


Text Example

White with #686470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686470; }

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

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

background-color css

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

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

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

border-color css

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

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

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