Html Css Color HEX #68676E Dolphin

📋 copy color: '#68676E'

red 104 ◦ green 103 ◦ blue 110

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

Shades of Dolphin #68676E

Tints of Dolphin #68676E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 32.81%
G = 32.49%
B = 34.7%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68676E (or 0x68676E) is known color: Dolphin. HEX triplet: 68, 67 and 6E. RGB value is (104,103,110). Sum of RGB (Red+Green+Blue) = 104+103+110=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 110 - color contains mainly: blue. Hex color #68676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68676E is #979891. Grayscale: #686868. Windows color (decimal): -9934994 or 7235432. OLE color: 7235432.

HSL color Cylindrical-coordinate representation of color #68676E: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68676E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 103 110 -
CMYK 0.05 0.06 0 0.57
HSL 248.57º 0.03% 0.42% -
HSV(B) 248.57º 0.06% 0.43% -
XYZ 13.37 13.77 16.7 -
YUV 104.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 104 103 110 0.05 0.06 0 0.57 248.57 0.03 0.42
Hex 68 67 6E 5 6 0 39 F9 3 2A
Octal 150 147 156 5 6 0 71 371 3 52
Binary 1101000 1100111 1101110 101 110 0 111001 11111001 11 101010

Color Harmonies of #68676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68676E

Black with #68676E

Text Example


Text Example

White with #68676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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