Html Css Color HEX #68657D Dolphin

📋 copy color: '#68657D'

red 104 ◦ green 101 ◦ blue 125

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

Shades of Dolphin #68657D

Tints of Dolphin #68657D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 31.52%
G = 30.61%
B = 37.88%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68657D (or 0x68657D) is known color: Dolphin. HEX triplet: 68, 65 and 7D. RGB value is (104,101,125). Sum of RGB (Red+Green+Blue) = 104+101+125=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #68657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68657D is #979A82. Grayscale: #686868. Windows color (decimal): -9935491 or 8217960. OLE color: 8217960.

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

Color convert

RGB 104 101 125 -
CMYK 0.17 0.19 0 0.51
HSL 247.5º 0.11% 0.44% -
HSV(B) 247.5º 0.19% 0.49% -
XYZ 14.06 13.73 21.31 -
YUV 104.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 104 101 125 0.17 0.19 0 0.51 247.5 0.11 0.44
Hex 68 65 7D 11 13 0 33 F8 B 2C
Octal 150 145 175 21 23 0 63 370 13 54
Binary 1101000 1100101 1111101 10001 10011 0 110011 11111000 1011 101100

Color Harmonies of #68657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68657D

Black with #68657D

Text Example


Text Example

White with #68657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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