Html Css Color HEX #68657F Dolphin

📋 copy color: '#68657F'

red 104 ◦ green 101 ◦ blue 127

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

Shades of Dolphin #68657F

Tints of Dolphin #68657F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 31.33%
G = 30.42%
B = 38.25%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68657F (or 0x68657F) is known color: Dolphin. HEX triplet: 68, 65 and 7F. RGB value is (104,101,127). Sum of RGB (Red+Green+Blue) = 104+101+127=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #68657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68657F is #979A80. Grayscale: #686868. Windows color (decimal): -9935489 or 8349032. OLE color: 8349032.

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

Color convert

RGB 104 101 127 -
CMYK 0.18 0.20 0 0.50
HSL 246.92º 0.11% 0.45% -
HSV(B) 246.92º 0.2% 0.5% -
XYZ 14.19 13.78 21.99 -
YUV 104.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 104 101 127 0.18 0.20 0 0.50 246.92 0.11 0.45
Hex 68 65 7F 12 14 0 32 F7 B 2D
Octal 150 145 177 22 24 0 62 367 13 55
Binary 1101000 1100101 1111111 10010 10100 0 110010 11110111 1011 101101

Color Harmonies of #68657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68657F

Black with #68657F

Text Example


Text Example

White with #68657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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