Html Css Color HEX #68647E Dolphin

📋 copy color: '#68647E'

red 104 ◦ green 100 ◦ blue 126

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

Shades of Dolphin #68647E

Tints of Dolphin #68647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 31.52%
G = 30.3%
B = 38.18%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68647E (or 0x68647E) is known color: Dolphin. HEX triplet: 68, 64 and 7E. RGB value is (104,100,126). Sum of RGB (Red+Green+Blue) = 104+100+126=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #68647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68647E is #979B81. Grayscale: #686868. Windows color (decimal): -9935746 or 8283240. OLE color: 8283240.

HSL color Cylindrical-coordinate representation of color #68647E: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68647E is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 100 126 -
CMYK 0.17 0.21 0 0.51
HSL 249.23º 0.12% 0.44% -
HSV(B) 249.23º 0.21% 0.49% -
XYZ 14.03 13.56 21.62 -
YUV 104.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 104 100 126 0.17 0.21 0 0.51 249.23 0.12 0.44
Hex 68 64 7E 11 15 0 33 F9 C 2C
Octal 150 144 176 21 25 0 63 371 14 54
Binary 1101000 1100100 1111110 10001 10101 0 110011 11111001 1100 101100

Color Harmonies of #68647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68647E

Black with #68647E

Text Example


Text Example

White with #68647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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