Html Css Color HEX #68637D Dolphin

📋 copy color: '#68637D'

red 104 ◦ green 99 ◦ blue 125

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

Shades of Dolphin #68637D

Tints of Dolphin #68637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 31.71%
G = 30.18%
B = 38.11%

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

#68637D (or 0x68637D) is known color: Dolphin. HEX triplet: 68, 63 and 7D. RGB value is (104,99,125). Sum of RGB (Red+Green+Blue) = 104+99+125=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #68637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68637D is #979C82. Grayscale: #676767. Windows color (decimal): -9936003 or 8217448. OLE color: 8217448.

HSL color Cylindrical-coordinate representation of color #68637D: hue angle of 251.54º 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 #68637D is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 99 125 -
CMYK 0.17 0.21 0 0.51
HSL 251.54º 0.12% 0.44% -
HSV(B) 251.54º 0.21% 0.49% -
XYZ 13.87 13.35 21.25 -
YUV 103.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 104 99 125 0.17 0.21 0 0.51 251.54 0.12 0.44
Hex 68 63 7D 11 15 0 33 FC C 2C
Octal 150 143 175 21 25 0 63 374 14 54
Binary 1101000 1100011 1111101 10001 10101 0 110011 11111100 1100 101100

Color Harmonies of #68637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68637D

Black with #68637D

Text Example


Text Example

White with #68637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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