Html Css Color HEX #646074 Dolphin

📋 copy color: '#646074'

red 100 ◦ green 96 ◦ blue 116

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

Shades of Dolphin #646074

Tints of Dolphin #646074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 32.05%
G = 30.77%
B = 37.18%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646074 (or 0x646074) is known color: Dolphin. HEX triplet: 64, 60 and 74. RGB value is (100,96,116). Sum of RGB (Red+Green+Blue) = 100+96+116=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #646074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646074 is #9B9F8B. Grayscale: #636363. Windows color (decimal): -10198924 or 7626852. OLE color: 7626852.

HSL color Cylindrical-coordinate representation of color #646074: hue angle of 252º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646074 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 96 116 -
CMYK 0.14 0.17 0 0.55
HSL 252º 0.09% 0.42% -
HSV(B) 252º 0.17% 0.45% -
XYZ 12.59 12.34 18.24 -
YUV 99.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 100 96 116 0.14 0.17 0 0.55 252 0.09 0.42
Hex 64 60 74 E 11 0 37 FC 9 2A
Octal 144 140 164 16 21 0 67 374 11 52
Binary 1100100 1100000 1110100 1110 10001 0 110111 11111100 1001 101010

Color Harmonies of #646074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646074

Black with #646074

Text Example


Text Example

White with #646074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646074; }

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

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

background-color css

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

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

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

border-color css

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

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

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