Html Css Color HEX #68676C Dolphin

📋 copy color: '#68676C'

red 104 ◦ green 103 ◦ blue 108

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

Shades of Dolphin #68676C

Tints of Dolphin #68676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.7%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 33.02%
G = 32.7%
B = 34.29%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68676C (or 0x68676C) is known color: Dolphin. HEX triplet: 68, 67 and 6C. RGB value is (104,103,108). Sum of RGB (Red+Green+Blue) = 104+103+108=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 108 - color contains mainly: blue. Hex color #68676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68676C is #979893. Grayscale: #676767. Windows color (decimal): -9934996 or 7104360. OLE color: 7104360.

HSL color Cylindrical-coordinate representation of color #68676C: hue angle of 252º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #68676C is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 103 108 -
CMYK 0.04 0.05 0 0.58
HSL 252º 0.02% 0.41% -
HSV(B) 252º 0.05% 0.42% -
XYZ 13.27 13.73 16.14 -
YUV 103.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 104 103 108 0.04 0.05 0 0.58 252 0.02 0.41
Hex 68 67 6C 4 5 0 3A FC 2 29
Octal 150 147 154 4 5 0 72 374 2 51
Binary 1101000 1100111 1101100 100 101 0 111010 11111100 10 101001

Color Harmonies of #68676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68676C

Black with #68676C

Text Example


Text Example

White with #68676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68676C; }

 p { color: rgb(104,103,108); }

 H1.HeaderClassName
 {
   color: #68676C;
 }
 .AnyTagClassName
 {
   color: #68676C;
 }
</style>

background-color css

<style>
 a { background-color: #68676C; }

 a { background-color: rgb(104,103,108); }

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

border-color css

<style>
 span { border-color: #68676C; }

 span { border-color: rgb(104,103,108); }

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