Html Css Color HEX #68657E Dolphin

📋 copy color: '#68657E'

red 104 ◦ green 101 ◦ blue 126

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

Shades of Dolphin #68657E

Tints of Dolphin #68657E

RGB

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

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

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

R = 31.42%
G = 30.51%
B = 38.07%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68657E (or 0x68657E) is known color: Dolphin. HEX triplet: 68, 65 and 7E. RGB value is (104,101,126). Sum of RGB (Red+Green+Blue) = 104+101+126=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #68657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68657E is #979A81. Grayscale: #686868. Windows color (decimal): -9935490 or 8283496. OLE color: 8283496.

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

Color convert

RGB 104 101 126 -
CMYK 0.17 0.20 0 0.51
HSL 247.2º 0.11% 0.45% -
HSV(B) 247.2º 0.2% 0.49% -
XYZ 14.13 13.76 21.65 -
YUV 104.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 104 101 126 0.17 0.20 0 0.51 247.2 0.11 0.45
Hex 68 65 7E 11 14 0 33 F7 B 2D
Octal 150 145 176 21 24 0 63 367 13 55
Binary 1101000 1100101 1111110 10001 10100 0 110011 11110111 1011 101101

Color Harmonies of #68657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68657E

Black with #68657E

Text Example


Text Example

White with #68657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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