Html Css Color HEX #68627C Dolphin

📋 copy color: '#68627C'

red 104 ◦ green 98 ◦ blue 124

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

Shades of Dolphin #68627C

Tints of Dolphin #68627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 31.9%
G = 30.06%
B = 38.04%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68627C (or 0x68627C) is known color: Dolphin. HEX triplet: 68, 62 and 7C. RGB value is (104,98,124). Sum of RGB (Red+Green+Blue) = 104+98+124=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #68627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627C is #979D83. Grayscale: #666666. Windows color (decimal): -9936260 or 8151656. OLE color: 8151656.

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

Color convert

RGB 104 98 124 -
CMYK 0.16 0.21 0 0.51
HSL 253.85º 0.12% 0.44% -
HSV(B) 253.85º 0.21% 0.49% -
XYZ 13.71 13.13 20.88 -
YUV 102.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 104 98 124 0.16 0.21 0 0.51 253.85 0.12 0.44
Hex 68 62 7C 10 15 0 33 FE C 2C
Octal 150 142 174 20 25 0 63 376 14 54
Binary 1101000 1100010 1111100 10000 10101 0 110011 11111110 1100 101100

Color Harmonies of #68627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68627C

Black with #68627C

Text Example


Text Example

White with #68627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,98,124); }

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

background-color css

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

 a { background-color: rgb(104,98,124); }

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

border-color css

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

 span { border-color: rgb(104,98,124); }

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