Html Css Color HEX #646079 Dolphin

📋 copy color: '#646079'

red 100 ◦ green 96 ◦ blue 121

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

Shades of Dolphin #646079

Tints of Dolphin #646079

RGB

 RED value IS 100 (39.45% from 255) = 31.55%

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 31.55%
G = 30.28%
B = 38.17%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646079 (or 0x646079) is known color: Dolphin. HEX triplet: 64, 60 and 79. RGB value is (100,96,121). Sum of RGB (Red+Green+Blue) = 100+96+121=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #646079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646079 is #9B9F86. Grayscale: #636363. Windows color (decimal): -10198919 or 7954532. OLE color: 7954532.

HSL color Cylindrical-coordinate representation of color #646079: hue angle of 249.6º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646079 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 96 121 -
CMYK 0.17 0.21 0 0.53
HSL 249.6º 0.12% 0.43% -
HSV(B) 249.6º 0.21% 0.47% -
XYZ 12.89 12.46 19.81 -
YUV 100.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 100 96 121 0.17 0.21 0 0.53 249.6 0.12 0.43
Hex 64 60 79 11 15 0 35 FA C 2B
Octal 144 140 171 21 25 0 65 372 14 53
Binary 1100100 1100000 1111001 10001 10101 0 110101 11111010 1100 101011

Color Harmonies of #646079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646079

Black with #646079

Text Example


Text Example

White with #646079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646079; }

 p { color: rgb(100,96,121); }

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

background-color css

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

 a { background-color: rgb(100,96,121); }

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

border-color css

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

 span { border-color: rgb(100,96,121); }

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