Html Css Color HEX #646077 Dolphin

📋 copy color: '#646077'

red 100 ◦ green 96 ◦ blue 119

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

Shades of Dolphin #646077

Tints of Dolphin #646077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 31.75%
G = 30.48%
B = 37.78%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646077 (or 0x646077) is known color: Dolphin. HEX triplet: 64, 60 and 77. RGB value is (100,96,119). Sum of RGB (Red+Green+Blue) = 100+96+119=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #646077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646077 is #9B9F88. Grayscale: #636363. Windows color (decimal): -10198921 or 7823460. OLE color: 7823460.

HSL color Cylindrical-coordinate representation of color #646077: hue angle of 250.43º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646077 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 96 119 -
CMYK 0.16 0.19 0 0.53
HSL 250.43º 0.11% 0.42% -
HSV(B) 250.43º 0.19% 0.47% -
XYZ 12.77 12.41 19.17 -
YUV 99.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 100 96 119 0.16 0.19 0 0.53 250.43 0.11 0.42
Hex 64 60 77 10 13 0 35 FA B 2A
Octal 144 140 167 20 23 0 65 372 13 52
Binary 1100100 1100000 1110111 10000 10011 0 110101 11111010 1011 101010

Color Harmonies of #646077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646077

Black with #646077

Text Example


Text Example

White with #646077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646077; }

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

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

background-color css

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

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

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

border-color css

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

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

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