Html Css Color HEX #68667D Dolphin

📋 copy color: '#68667D'

red 104 ◦ green 102 ◦ blue 125

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

Shades of Dolphin #68667D

Tints of Dolphin #68667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 31.42%
G = 30.82%
B = 37.76%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68667D (or 0x68667D) is known color: Dolphin. HEX triplet: 68, 66 and 7D. RGB value is (104,102,125). Sum of RGB (Red+Green+Blue) = 104+102+125=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #68667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667D is #979982. Grayscale: #696969. Windows color (decimal): -9935235 or 8218216. OLE color: 8218216.

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

Color convert

RGB 104 102 125 -
CMYK 0.17 0.18 0 0.51
HSL 245.22º 0.1% 0.45% -
HSV(B) 245.22º 0.18% 0.49% -
XYZ 14.16 13.93 21.34 -
YUV 105.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 104 102 125 0.17 0.18 0 0.51 245.22 0.1 0.45
Hex 68 66 7D 11 12 0 33 F5 A 2D
Octal 150 146 175 21 22 0 63 365 12 55
Binary 1101000 1100110 1111101 10001 10010 0 110011 11110101 1010 101101

Color Harmonies of #68667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68667D

Black with #68667D

Text Example


Text Example

White with #68667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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